Shades of Desert Sand #EAC9AD
Tints of Desert Sand #EAC9AD
RGB
CMYK
RGB Variations
Color information
#EAC9AD (or 0xEAC9AD) is known color: Desert Sand. HEX triplet: EA, C9 and AD. RGB value is (234,201,173). Sum of RGB (Red+Green+Blue) = 234+201+173=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC9AD is #153652. Grayscale: #CFCFCF. Windows color (decimal): -1390163 or 11389418. OLE color: 11389418.
HSL color Cylindrical-coordinate representation of color #EAC9AD: hue angle of 27.54º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAC9AD is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 173 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.08 |
| HSL | 27.54º | 0.59% | 0.8% | - |
| HSV(B) | 27.54º | 0.26% | 0.92% | - |
| XYZ | 62.36 | 62.28 | 48.27 | - |
| YUV | 207.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 173 | 0 | 0.14 | 0.26 | 0.08 | 27.54 | 0.59 | 0.8 |
| Hex | EA | C9 | AD | 0 | E | 1A | 8 | 1C | 3B | 50 |
| Octal | 352 | 311 | 255 | 0 | 16 | 32 | 10 | 34 | 73 | 120 |
| Binary | 11101010 | 11001001 | 10101101 | 0 | 1110 | 11010 | 1000 | 11100 | 111011 | 1010000 |
Color Harmonies of #EAC9AD
Complementary color
Monochromatic Colors of #EAC9AD
Black with #EAC9AD
Text Example
Text Example
White with #EAC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9AD; }
p { color: rgb(234,201,173); }
H1.HeaderClassName
{
color: #EAC9AD;
}
.AnyTagClassName
{
color: #EAC9AD;
}
</style>
background-color css
<style>
a { background-color: #EAC9AD; }
a { background-color: rgb(234,201,173); }
div.DivClassName
{
background-color: #EAC9AD;
}
.BgClassName
{
background-color: #EAC9AD;
}
</style>
border-color css
<style>
span { border-color: #EAC9AD; }
span { border-color: rgb(234,201,173); }
td.TdClassName
{
border-color: #EAC9AD;
}
.TagClassName
{
border-color: #EAC9AD;
}
</style>