Shades of Desert Sand #EAC4A9
Tints of Desert Sand #EAC4A9
RGB
CMYK
RGB Variations
Color information
#EAC4A9 (or 0xEAC4A9) is known color: Desert Sand. HEX triplet: EA, C4 and A9. RGB value is (234,196,169). Sum of RGB (Red+Green+Blue) = 234+196+169=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 169 (66.41% from 255 or 28.21% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4A9 is #153B56. Grayscale: #CCCCCC. Windows color (decimal): -1391447 or 11125994. OLE color: 11125994.
HSL color Cylindrical-coordinate representation of color #EAC4A9: hue angle of 24.92º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAC4A9 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 169 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.08 |
| HSL | 24.92º | 0.61% | 0.79% | - |
| HSV(B) | 24.92º | 0.28% | 0.92% | - |
| XYZ | 60.83 | 59.84 | 45.88 | - |
| YUV | 204.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 169 | 0 | 0.16 | 0.28 | 0.08 | 24.92 | 0.61 | 0.79 |
| Hex | EA | C4 | A9 | 0 | 10 | 1C | 8 | 19 | 3D | 4F |
| Octal | 352 | 304 | 251 | 0 | 20 | 34 | 10 | 31 | 75 | 117 |
| Binary | 11101010 | 11000100 | 10101001 | 0 | 10000 | 11100 | 1000 | 11001 | 111101 | 1001111 |
Color Harmonies of #EAC4A9
Complementary color
Monochromatic Colors of #EAC4A9
Black with #EAC4A9
Text Example
Text Example
White with #EAC4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC4A9; }
p { color: rgb(234,196,169); }
H1.HeaderClassName
{
color: #EAC4A9;
}
.AnyTagClassName
{
color: #EAC4A9;
}
</style>
background-color css
<style>
a { background-color: #EAC4A9; }
a { background-color: rgb(234,196,169); }
div.DivClassName
{
background-color: #EAC4A9;
}
.BgClassName
{
background-color: #EAC4A9;
}
</style>
border-color css
<style>
span { border-color: #EAC4A9; }
span { border-color: rgb(234,196,169); }
td.TdClassName
{
border-color: #EAC4A9;
}
.TagClassName
{
border-color: #EAC4A9;
}
</style>