Shades of Desert Sand #E9CBAE
Tints of Desert Sand #E9CBAE
RGB
CMYK
RGB Variations
Color information
#E9CBAE (or 0xE9CBAE) is known color: Desert Sand. HEX triplet: E9, CB and AE. RGB value is (233,203,174). Sum of RGB (Red+Green+Blue) = 233+203+174=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CBAE is #163451. Grayscale: #D0D0D0. Windows color (decimal): -1455186 or 11455465. OLE color: 11455465.
HSL color Cylindrical-coordinate representation of color #E9CBAE: hue angle of 29.49º 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 #E9CBAE is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 174 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.09 |
| HSL | 29.49º | 0.57% | 0.8% | - |
| HSV(B) | 29.49º | 0.25% | 0.91% | - |
| XYZ | 62.6 | 63.09 | 48.92 | - |
| YUV | 208.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 174 | 0 | 0.13 | 0.25 | 0.09 | 29.49 | 0.57 | 0.8 |
| Hex | E9 | CB | AE | 0 | D | 19 | 9 | 1D | 39 | 50 |
| Octal | 351 | 313 | 256 | 0 | 15 | 31 | 11 | 35 | 71 | 120 |
| Binary | 11101001 | 11001011 | 10101110 | 0 | 1101 | 11001 | 1001 | 11101 | 111001 | 1010000 |
Color Harmonies of #E9CBAE
Complementary color
Monochromatic Colors of #E9CBAE
Black with #E9CBAE
Text Example
Text Example
White with #E9CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBAE; }
p { color: rgb(233,203,174); }
H1.HeaderClassName
{
color: #E9CBAE;
}
.AnyTagClassName
{
color: #E9CBAE;
}
</style>
background-color css
<style>
a { background-color: #E9CBAE; }
a { background-color: rgb(233,203,174); }
div.DivClassName
{
background-color: #E9CBAE;
}
.BgClassName
{
background-color: #E9CBAE;
}
</style>
border-color css
<style>
span { border-color: #E9CBAE; }
span { border-color: rgb(233,203,174); }
td.TdClassName
{
border-color: #E9CBAE;
}
.TagClassName
{
border-color: #E9CBAE;
}
</style>