Hex #e66b40 Color
equivalent to
RGB
(230, 107, 64)Details of #e66b40
|
|
|
|
Color HEX #e66b40 matches (230, 107, 64) in RGB.
#e66b40 hex color red value is 230, green value is 107 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e66b40 hue: 0.04, saturation: 0.77 and the lightness value of e66b40 is 0.58.
The process color (four color CMYK) of #e66b40 color hex is 0.00, 0.53, 0.72, 0.10. Web safe color of #e66b40 is #ff6633. Color #e66b40 contains mainly RED color.
Base Numbers
|
|
|
|
#e66b40 tints
#e66b40 shades
RGB in % of #e66b40
CMYK in % of #e66b40
Preview Color #e66b40 on black ground
Very nice color.
Preview Color #e66b40 on white ground
Very nice color.
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.
Div Box Shadow
<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