#E5AA70 color RGB value is (14, 90, 167).
#E5AA70 hex color red value is 14, green value is 90, and blue value is 167.
Cylindrical-coordinate representations (HSL) of color #E5AA70
hue: 210.2,
saturation: 0.85 and lightness: 0.35.
The process color (four-color CMYK) of #E5AA70 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #E5AA70 is #ff9999. Color #E5AA70 contains mainly RED.
Color spaces of #E5AA70 | Value |
---|---|
RGB | 229, 170, 112 |
HSL | 0.08, 0.69, 0.67 |
HSV | 30°, 51°, 90° |
XYZ | 49.61, 46.58, 21.7 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10101010 | 1110000 |
Octal | 345 | 252 | 160 |
Decimal | 229 | 170 | 112 |
Hex | E5 | AA | 70 |
Shades of #E5AA70
Tints of #E5AA70
.mybgColor {background-color: #E5AA70;} .myforeColor {color: #E5AA70;} .myborderColor {border:3px solid #E5AA70;}
<p style="color:#E5AA70">Text here</p>
This sample text is styled with the font color #E5AA70. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#E5AA70">Div content here</div>
<div style="border:3px solid #E5AA70">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229, 170, 112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #E5AA70; } .divShadow { -moz-box-shadow: 1px 1px 3px #E5AA70; -webkit-box-shadow: 1px 1px 3px #E5AA70; box-shadow: 1px 1px 3px #E5AA70; }
<p style="text-shadow: 4px 4px 2px rgba(229, 170, 112, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #E5AA70;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #E5AA70;
-webkit-box-shadow: 1px 1px 3px #E5AA70;
box-shadow: 1px 1px 3px #E5AA70;">Div content here</div>