Shades of Desert Sand #E9CBAF
Tints of Desert Sand #E9CBAF
RGB
CMYK
RGB Variations
Color information
#E9CBAF (or 0xE9CBAF) is known color: Desert Sand. HEX triplet: E9, CB and AF. RGB value is (233,203,175). Sum of RGB (Red+Green+Blue) = 233+203+175=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CBAF is #163450. Grayscale: #D0D0D0. Windows color (decimal): -1455185 or 11521001. OLE color: 11521001.
HSL color Cylindrical-coordinate representation of color #E9CBAF: hue angle of 28.97º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9CBAF is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 175 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.09 |
| HSL | 28.97º | 0.57% | 0.8% | - |
| HSV(B) | 28.97º | 0.25% | 0.91% | - |
| XYZ | 62.7 | 63.13 | 49.44 | - |
| YUV | 208.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 175 | 0 | 0.13 | 0.25 | 0.09 | 28.97 | 0.57 | 0.8 |
| Hex | E9 | CB | AF | 0 | D | 19 | 9 | 1D | 39 | 50 |
| Octal | 351 | 313 | 257 | 0 | 15 | 31 | 11 | 35 | 71 | 120 |
| Binary | 11101001 | 11001011 | 10101111 | 0 | 1101 | 11001 | 1001 | 11101 | 111001 | 1010000 |
Color Harmonies of #E9CBAF
Complementary color
Monochromatic Colors of #E9CBAF
Black with #E9CBAF
Text Example
Text Example
White with #E9CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBAF; }
p { color: rgb(233,203,175); }
H1.HeaderClassName
{
color: #E9CBAF;
}
.AnyTagClassName
{
color: #E9CBAF;
}
</style>
background-color css
<style>
a { background-color: #E9CBAF; }
a { background-color: rgb(233,203,175); }
div.DivClassName
{
background-color: #E9CBAF;
}
.BgClassName
{
background-color: #E9CBAF;
}
</style>
border-color css
<style>
span { border-color: #E9CBAF; }
span { border-color: rgb(233,203,175); }
td.TdClassName
{
border-color: #E9CBAF;
}
.TagClassName
{
border-color: #E9CBAF;
}
</style>