Shades of Desert Sand #EECBAF
Tints of Desert Sand #EECBAF
RGB
CMYK
RGB Variations
Color information
#EECBAF (or 0xEECBAF) is known color: Desert Sand. HEX triplet: EE, CB and AF. RGB value is (238,203,175). Sum of RGB (Red+Green+Blue) = 238+203+175=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECBAF is #113450. Grayscale: #D2D2D2. Windows color (decimal): -1127505 or 11521006. OLE color: 11521006.
HSL color Cylindrical-coordinate representation of color #EECBAF: hue angle of 26.67º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EECBAF is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 175 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.07 |
| HSL | 26.67º | 0.65% | 0.81% | - |
| HSV(B) | 26.67º | 0.26% | 0.93% | - |
| XYZ | 64.35 | 63.98 | 49.52 | - |
| YUV | 210.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 175 | 0 | 0.15 | 0.26 | 0.07 | 26.67 | 0.65 | 0.81 |
| Hex | EE | CB | AF | 0 | F | 1A | 7 | 1B | 41 | 51 |
| Octal | 356 | 313 | 257 | 0 | 17 | 32 | 7 | 33 | 101 | 121 |
| Binary | 11101110 | 11001011 | 10101111 | 0 | 1111 | 11010 | 111 | 11011 | 1000001 | 1010001 |
Color Harmonies of #EECBAF
Complementary color
Monochromatic Colors of #EECBAF
Black with #EECBAF
Text Example
Text Example
White with #EECBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBAF; }
p { color: rgb(238,203,175); }
H1.HeaderClassName
{
color: #EECBAF;
}
.AnyTagClassName
{
color: #EECBAF;
}
</style>
background-color css
<style>
a { background-color: #EECBAF; }
a { background-color: rgb(238,203,175); }
div.DivClassName
{
background-color: #EECBAF;
}
.BgClassName
{
background-color: #EECBAF;
}
</style>
border-color css
<style>
span { border-color: #EECBAF; }
span { border-color: rgb(238,203,175); }
td.TdClassName
{
border-color: #EECBAF;
}
.TagClassName
{
border-color: #EECBAF;
}
</style>