Shades of Desert Sand #EAC9AB
Tints of Desert Sand #EAC9AB
RGB
CMYK
RGB Variations
Color information
#EAC9AB (or 0xEAC9AB) is known color: Desert Sand. HEX triplet: EA, C9 and AB. RGB value is (234,201,171). Sum of RGB (Red+Green+Blue) = 234+201+171=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC9AB is #153654. Grayscale: #CFCFCF. Windows color (decimal): -1390165 or 11258346. OLE color: 11258346.
HSL color Cylindrical-coordinate representation of color #EAC9AB: hue angle of 28.57º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAC9AB is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 171 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.08 |
| HSL | 28.57º | 0.6% | 0.79% | - |
| HSV(B) | 28.57º | 0.27% | 0.92% | - |
| XYZ | 62.17 | 62.21 | 47.26 | - |
| YUV | 207.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 171 | 0 | 0.14 | 0.27 | 0.08 | 28.57 | 0.6 | 0.79 |
| Hex | EA | C9 | AB | 0 | E | 1B | 8 | 1D | 3C | 4F |
| Octal | 352 | 311 | 253 | 0 | 16 | 33 | 10 | 35 | 74 | 117 |
| Binary | 11101010 | 11001001 | 10101011 | 0 | 1110 | 11011 | 1000 | 11101 | 111100 | 1001111 |
Color Harmonies of #EAC9AB
Complementary color
Monochromatic Colors of #EAC9AB
Black with #EAC9AB
Text Example
Text Example
White with #EAC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9AB; }
p { color: rgb(234,201,171); }
H1.HeaderClassName
{
color: #EAC9AB;
}
.AnyTagClassName
{
color: #EAC9AB;
}
</style>
background-color css
<style>
a { background-color: #EAC9AB; }
a { background-color: rgb(234,201,171); }
div.DivClassName
{
background-color: #EAC9AB;
}
.BgClassName
{
background-color: #EAC9AB;
}
</style>
border-color css
<style>
span { border-color: #EAC9AB; }
span { border-color: rgb(234,201,171); }
td.TdClassName
{
border-color: #EAC9AB;
}
.TagClassName
{
border-color: #EAC9AB;
}
</style>