Shades of Desert Sand #EAC9B6
Tints of Desert Sand #EAC9B6
RGB
CMYK
RGB Variations
Color information
#EAC9B6 (or 0xEAC9B6) is known color: Desert Sand. HEX triplet: EA, C9 and B6. RGB value is (234,201,182). Sum of RGB (Red+Green+Blue) = 234+201+182=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9B6 is #153649. Grayscale: #D0D0D0. Windows color (decimal): -1390154 or 11979242. OLE color: 11979242.
HSL color Cylindrical-coordinate representation of color #EAC9B6: hue angle of 21.92º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAC9B6 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 182 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.08 |
| HSL | 21.92º | 0.55% | 0.82% | - |
| HSV(B) | 21.92º | 0.22% | 0.92% | - |
| XYZ | 63.26 | 62.64 | 53.01 | - |
| YUV | 208.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 182 | 0 | 0.14 | 0.22 | 0.08 | 21.92 | 0.55 | 0.82 |
| Hex | EA | C9 | B6 | 0 | E | 16 | 8 | 16 | 37 | 52 |
| Octal | 352 | 311 | 266 | 0 | 16 | 26 | 10 | 26 | 67 | 122 |
| Binary | 11101010 | 11001001 | 10110110 | 0 | 1110 | 10110 | 1000 | 10110 | 110111 | 1010010 |
Color Harmonies of #EAC9B6
Complementary color
Monochromatic Colors of #EAC9B6
Black with #EAC9B6
Text Example
Text Example
White with #EAC9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9B6; }
p { color: rgb(234,201,182); }
H1.HeaderClassName
{
color: #EAC9B6;
}
.AnyTagClassName
{
color: #EAC9B6;
}
</style>
background-color css
<style>
a { background-color: #EAC9B6; }
a { background-color: rgb(234,201,182); }
div.DivClassName
{
background-color: #EAC9B6;
}
.BgClassName
{
background-color: #EAC9B6;
}
</style>
border-color css
<style>
span { border-color: #EAC9B6; }
span { border-color: rgb(234,201,182); }
td.TdClassName
{
border-color: #EAC9B6;
}
.TagClassName
{
border-color: #EAC9B6;
}
</style>