Shades of Desert Sand #EAC8AA
Tints of Desert Sand #EAC8AA
RGB
CMYK
RGB Variations
Color information
#EAC8AA (or 0xEAC8AA) is known color: Desert Sand. HEX triplet: EA, C8 and AA. RGB value is (234,200,170). Sum of RGB (Red+Green+Blue) = 234+200+170=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC8AA is #153755. Grayscale: #CECECE. Windows color (decimal): -1390422 or 11192554. OLE color: 11192554.
HSL color Cylindrical-coordinate representation of color #EAC8AA: hue angle of 28.12º 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 #EAC8AA is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 170 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.08 |
| HSL | 28.13º | 0.6% | 0.79% | - |
| HSV(B) | 28.13º | 0.27% | 0.92% | - |
| XYZ | 61.84 | 61.7 | 46.68 | - |
| YUV | 206.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 170 | 0 | 0.15 | 0.27 | 0.08 | 28.13 | 0.6 | 0.79 |
| Hex | EA | C8 | AA | 0 | F | 1B | 8 | 1C | 3C | 4F |
| Octal | 352 | 310 | 252 | 0 | 17 | 33 | 10 | 34 | 74 | 117 |
| Binary | 11101010 | 11001000 | 10101010 | 0 | 1111 | 11011 | 1000 | 11100 | 111100 | 1001111 |
Color Harmonies of #EAC8AA
Complementary color
Monochromatic Colors of #EAC8AA
Black with #EAC8AA
Text Example
Text Example
White with #EAC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8AA; }
p { color: rgb(234,200,170); }
H1.HeaderClassName
{
color: #EAC8AA;
}
.AnyTagClassName
{
color: #EAC8AA;
}
</style>
background-color css
<style>
a { background-color: #EAC8AA; }
a { background-color: rgb(234,200,170); }
div.DivClassName
{
background-color: #EAC8AA;
}
.BgClassName
{
background-color: #EAC8AA;
}
</style>
border-color css
<style>
span { border-color: #EAC8AA; }
span { border-color: rgb(234,200,170); }
td.TdClassName
{
border-color: #EAC8AA;
}
.TagClassName
{
border-color: #EAC8AA;
}
</style>