Shades of Desert Sand #EEC9B3
Tints of Desert Sand #EEC9B3
RGB
CMYK
RGB Variations
Color information
#EEC9B3 (or 0xEEC9B3) is known color: Desert Sand. HEX triplet: EE, C9 and B3. RGB value is (238,201,179). Sum of RGB (Red+Green+Blue) = 238+201+179=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9B3 is #11364C. Grayscale: #D1D1D1. Windows color (decimal): -1128013 or 11782638. OLE color: 11782638.
HSL color Cylindrical-coordinate representation of color #EEC9B3: hue angle of 22.37º degrees, saturation: 0.63, 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 #EEC9B3 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 179 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.07 |
| HSL | 22.37º | 0.63% | 0.82% | - |
| HSV(B) | 22.37º | 0.25% | 0.93% | - |
| XYZ | 64.28 | 63.21 | 51.46 | - |
| YUV | 209.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 179 | 0 | 0.16 | 0.25 | 0.07 | 22.37 | 0.63 | 0.82 |
| Hex | EE | C9 | B3 | 0 | 10 | 19 | 7 | 16 | 3F | 52 |
| Octal | 356 | 311 | 263 | 0 | 20 | 31 | 7 | 26 | 77 | 122 |
| Binary | 11101110 | 11001001 | 10110011 | 0 | 10000 | 11001 | 111 | 10110 | 111111 | 1010010 |
Color Harmonies of #EEC9B3
Complementary color
Monochromatic Colors of #EEC9B3
Black with #EEC9B3
Text Example
Text Example
White with #EEC9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9B3; }
p { color: rgb(238,201,179); }
H1.HeaderClassName
{
color: #EEC9B3;
}
.AnyTagClassName
{
color: #EEC9B3;
}
</style>
background-color css
<style>
a { background-color: #EEC9B3; }
a { background-color: rgb(238,201,179); }
div.DivClassName
{
background-color: #EEC9B3;
}
.BgClassName
{
background-color: #EEC9B3;
}
</style>
border-color css
<style>
span { border-color: #EEC9B3; }
span { border-color: rgb(238,201,179); }
td.TdClassName
{
border-color: #EEC9B3;
}
.TagClassName
{
border-color: #EEC9B3;
}
</style>