Shades of Desert Sand #EAC6AA
Tints of Desert Sand #EAC6AA
RGB
CMYK
RGB Variations
Color information
#EAC6AA (or 0xEAC6AA) is known color: Desert Sand. HEX triplet: EA, C6 and AA. RGB value is (234,198,170). Sum of RGB (Red+Green+Blue) = 234+198+170=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC6AA is #153955. Grayscale: #CDCDCD. Windows color (decimal): -1390934 or 11192042. OLE color: 11192042.
HSL color Cylindrical-coordinate representation of color #EAC6AA: hue angle of 26.25º 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 #EAC6AA is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 170 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.08 |
| HSL | 26.25º | 0.6% | 0.79% | - |
| HSV(B) | 26.25º | 0.27% | 0.92% | - |
| XYZ | 61.38 | 60.78 | 46.53 | - |
| YUV | 205.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 170 | 0 | 0.15 | 0.27 | 0.08 | 26.25 | 0.6 | 0.79 |
| Hex | EA | C6 | AA | 0 | F | 1B | 8 | 1A | 3C | 4F |
| Octal | 352 | 306 | 252 | 0 | 17 | 33 | 10 | 32 | 74 | 117 |
| Binary | 11101010 | 11000110 | 10101010 | 0 | 1111 | 11011 | 1000 | 11010 | 111100 | 1001111 |
Color Harmonies of #EAC6AA
Complementary color
Monochromatic Colors of #EAC6AA
Black with #EAC6AA
Text Example
Text Example
White with #EAC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6AA; }
p { color: rgb(234,198,170); }
H1.HeaderClassName
{
color: #EAC6AA;
}
.AnyTagClassName
{
color: #EAC6AA;
}
</style>
background-color css
<style>
a { background-color: #EAC6AA; }
a { background-color: rgb(234,198,170); }
div.DivClassName
{
background-color: #EAC6AA;
}
.BgClassName
{
background-color: #EAC6AA;
}
</style>
border-color css
<style>
span { border-color: #EAC6AA; }
span { border-color: rgb(234,198,170); }
td.TdClassName
{
border-color: #EAC6AA;
}
.TagClassName
{
border-color: #EAC6AA;
}
</style>