Shades of Desert Sand #EECBAB
Tints of Desert Sand #EECBAB
RGB
CMYK
RGB Variations
Color information
#EECBAB (or 0xEECBAB) is known color: Desert Sand. HEX triplet: EE, CB and AB. RGB value is (238,203,171). Sum of RGB (Red+Green+Blue) = 238+203+171=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECBAB is #113454. Grayscale: #D1D1D1. Windows color (decimal): -1127509 or 11258862. OLE color: 11258862.
HSL color Cylindrical-coordinate representation of color #EECBAB: hue angle of 28.66º 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 #EECBAB is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 171 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.07 |
| HSL | 28.66º | 0.66% | 0.8% | - |
| HSV(B) | 28.66º | 0.28% | 0.93% | - |
| XYZ | 63.97 | 63.83 | 47.48 | - |
| YUV | 209.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 171 | 0 | 0.15 | 0.28 | 0.07 | 28.66 | 0.66 | 0.8 |
| Hex | EE | CB | AB | 0 | F | 1C | 7 | 1D | 42 | 50 |
| Octal | 356 | 313 | 253 | 0 | 17 | 34 | 7 | 35 | 102 | 120 |
| Binary | 11101110 | 11001011 | 10101011 | 0 | 1111 | 11100 | 111 | 11101 | 1000010 | 1010000 |
Color Harmonies of #EECBAB
Complementary color
Monochromatic Colors of #EECBAB
Black with #EECBAB
Text Example
Text Example
White with #EECBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBAB; }
p { color: rgb(238,203,171); }
H1.HeaderClassName
{
color: #EECBAB;
}
.AnyTagClassName
{
color: #EECBAB;
}
</style>
background-color css
<style>
a { background-color: #EECBAB; }
a { background-color: rgb(238,203,171); }
div.DivClassName
{
background-color: #EECBAB;
}
.BgClassName
{
background-color: #EECBAB;
}
</style>
border-color css
<style>
span { border-color: #EECBAB; }
span { border-color: rgb(238,203,171); }
td.TdClassName
{
border-color: #EECBAB;
}
.TagClassName
{
border-color: #EECBAB;
}
</style>