Shades of Desert Sand #EEC9B2
Tints of Desert Sand #EEC9B2
RGB
CMYK
RGB Variations
Color information
#EEC9B2 (or 0xEEC9B2) is known color: Desert Sand. HEX triplet: EE, C9 and B2. RGB value is (238,201,178). Sum of RGB (Red+Green+Blue) = 238+201+178=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC9B2 is #11364D. Grayscale: #D1D1D1. Windows color (decimal): -1128014 or 11717102. OLE color: 11717102.
HSL color Cylindrical-coordinate representation of color #EEC9B2: hue angle of 23º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEC9B2 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 178 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.07 |
| HSL | 23º | 0.64% | 0.82% | - |
| HSV(B) | 23º | 0.25% | 0.93% | - |
| XYZ | 64.18 | 63.16 | 50.93 | - |
| YUV | 209.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 178 | 0 | 0.16 | 0.25 | 0.07 | 23 | 0.64 | 0.82 |
| Hex | EE | C9 | B2 | 0 | 10 | 19 | 7 | 17 | 40 | 52 |
| Octal | 356 | 311 | 262 | 0 | 20 | 31 | 7 | 27 | 100 | 122 |
| Binary | 11101110 | 11001001 | 10110010 | 0 | 10000 | 11001 | 111 | 10111 | 1000000 | 1010010 |
Color Harmonies of #EEC9B2
Complementary color
Monochromatic Colors of #EEC9B2
Black with #EEC9B2
Text Example
Text Example
White with #EEC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9B2; }
p { color: rgb(238,201,178); }
H1.HeaderClassName
{
color: #EEC9B2;
}
.AnyTagClassName
{
color: #EEC9B2;
}
</style>
background-color css
<style>
a { background-color: #EEC9B2; }
a { background-color: rgb(238,201,178); }
div.DivClassName
{
background-color: #EEC9B2;
}
.BgClassName
{
background-color: #EEC9B2;
}
</style>
border-color css
<style>
span { border-color: #EEC9B2; }
span { border-color: rgb(238,201,178); }
td.TdClassName
{
border-color: #EEC9B2;
}
.TagClassName
{
border-color: #EEC9B2;
}
</style>