#E5C69E color RGB value is (14, 92, 105).
#E5C69E hex color red value is 14, green value is 92, and blue value is 105.
Cylindrical-coordinate representations (HSL) of color #E5C69E
hue: 188.57,
saturation: 0.76 and lightness: 0.23.
The process color (four-color CMYK) of #E5C69E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #E5C69E is #ff9999. Color #E5C69E contains mainly RED.
| Color spaces of #E5C69E | Value |
|---|---|
| RGB | 229, 198, 158 |
| HSL | 0.09, 0.58, 0.76 |
| HSV | 34°, 31°, 90° |
| XYZ | 58.68, 59.52, 40.74 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100101 | 11000110 | 10011110 |
| Octal | 345 | 306 | 236 |
| Decimal | 229 | 198 | 158 |
| Hex | E5 | C6 | 9E |
Shades of #E5C69E
Tints of #E5C69E
.mybgColor {background-color: #E5C69E;}
.myforeColor {color: #E5C69E;}
.myborderColor {border:3px solid #E5C69E;}
<p style="color:#E5C69E">Text here</p>
This sample text is styled with the font color #E5C69E. 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:#E5C69E">Div content here</div>
<div style="border:3px solid #E5C69E">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(229, 198, 158, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #E5C69E; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #E5C69E;
-webkit-box-shadow: 1px 1px 3px #E5C69E;
box-shadow: 1px 1px 3px #E5C69E; }
<p style="text-shadow: 4px 4px 2px rgba(229, 198, 158, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #E5C69E;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #E5C69E;
-webkit-box-shadow: 1px 1px 3px #E5C69E;
box-shadow: 1px 1px 3px #E5C69E;">Div content here</div>
