Hex #e66b40 Color

#e66b40
equivalent to

RGB

(230, 107, 64)

Details of #e66b40

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
230
38.8162
0.04
0.00
59.6245
27.7085
16°
52.6389
107
27.7085
0.77
0.53
44.9933
0.5198
72°
39.5090
64
8.1529
0.58
0.72   0.10
46.0896
0.3710
90°
27.6666

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11100110
346
230
E6
Green
1101011
153
107
6B
Blue
1000000
100
64
40

RGB in % of #e66b40

%57.36
%26.68
%15.96

CMYK in % of #e66b40

%0
%53
%72
%10

Triads of color #e66b40

#e66b40 #6b40e6 #40e640

Similar Colors to #e66b40

#e66b40 #e64068 #e6be40

Preview Color #e66b40 on black ground

#e66b40 is very interesting for text.

Preview Color #e66b40 on white ground

#e66b40 is very interesting for text.

CSS Codes #e66b40 color

.mybgcolor {background-color:#e66b40; }
.myforecolor {color:#e66b40; }
.mybordercolor {border:3px solid #e66b40; }

Text Font Color #e66b40

<p style="color:#e66b40">Text here</p>

This sample text font color is #e66b40
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #e66b40

<div style="background-color:#e66b40">
Div content here</div>

This div background color is #e66b40


Border Color #e66b40

<div style="border:3px solid #e66b40">
Div here</div>

The color of this border is #e66b40


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e66b40; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #e66b40;
-webkit-box-shadow: 1px 1px 3px 2px #e66b40;
box-shadow:         1px 1px 3px 2px #e66b40; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #e66b40">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #e66b40;
  -webkit-box-shadow: 1px 1px 3px 2px #e66b40;
  box-shadow:         1px 1px 3px 2px #e66b40;">
Div content here</div>

The shadow of div box using color #e66b40