Shades of Desert Sand #EECAAB
Tints of Desert Sand #EECAAB
RGB
CMYK
RGB Variations
Color information
#EECAAB (or 0xEECAAB) is known color: Desert Sand. HEX triplet: EE, CA and AB. RGB value is (238,202,171). Sum of RGB (Red+Green+Blue) = 238+202+171=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAAB is #113554. Grayscale: #D1D1D1. Windows color (decimal): -1127765 or 11258606. OLE color: 11258606.
HSL color Cylindrical-coordinate representation of color #EECAAB: hue angle of 27.76º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EECAAB is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 171 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.07 |
| HSL | 27.76º | 0.66% | 0.8% | - |
| HSV(B) | 27.76º | 0.28% | 0.93% | - |
| XYZ | 63.73 | 63.36 | 47.4 | - |
| YUV | 209.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 171 | 0 | 0.15 | 0.28 | 0.07 | 27.76 | 0.66 | 0.8 |
| Hex | EE | CA | AB | 0 | F | 1C | 7 | 1C | 42 | 50 |
| Octal | 356 | 312 | 253 | 0 | 17 | 34 | 7 | 34 | 102 | 120 |
| Binary | 11101110 | 11001010 | 10101011 | 0 | 1111 | 11100 | 111 | 11100 | 1000010 | 1010000 |
Color Harmonies of #EECAAB
Complementary color
Monochromatic Colors of #EECAAB
Black with #EECAAB
Text Example
Text Example
White with #EECAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAAB; }
p { color: rgb(238,202,171); }
H1.HeaderClassName
{
color: #EECAAB;
}
.AnyTagClassName
{
color: #EECAAB;
}
</style>
background-color css
<style>
a { background-color: #EECAAB; }
a { background-color: rgb(238,202,171); }
div.DivClassName
{
background-color: #EECAAB;
}
.BgClassName
{
background-color: #EECAAB;
}
</style>
border-color css
<style>
span { border-color: #EECAAB; }
span { border-color: rgb(238,202,171); }
td.TdClassName
{
border-color: #EECAAB;
}
.TagClassName
{
border-color: #EECAAB;
}
</style>