Shades of Desert Sand #E9CBAD
Tints of Desert Sand #E9CBAD
RGB
CMYK
RGB Variations
Color information
#E9CBAD (or 0xE9CBAD) is known color: Desert Sand. HEX triplet: E9, CB and AD. RGB value is (233,203,173). Sum of RGB (Red+Green+Blue) = 233+203+173=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CBAD is #163452. Grayscale: #D0D0D0. Windows color (decimal): -1455187 or 11389929. OLE color: 11389929.
HSL color Cylindrical-coordinate representation of color #E9CBAD: hue angle of 30º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9CBAD is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 173 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.09 |
| HSL | 30º | 0.58% | 0.8% | - |
| HSV(B) | 30º | 0.26% | 0.91% | - |
| XYZ | 62.5 | 63.05 | 48.41 | - |
| YUV | 208.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 173 | 0 | 0.13 | 0.26 | 0.09 | 30 | 0.58 | 0.8 |
| Hex | E9 | CB | AD | 0 | D | 1A | 9 | 1E | 3A | 50 |
| Octal | 351 | 313 | 255 | 0 | 15 | 32 | 11 | 36 | 72 | 120 |
| Binary | 11101001 | 11001011 | 10101101 | 0 | 1101 | 11010 | 1001 | 11110 | 111010 | 1010000 |
Color Harmonies of #E9CBAD
Complementary color
Monochromatic Colors of #E9CBAD
Black with #E9CBAD
Text Example
Text Example
White with #E9CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBAD; }
p { color: rgb(233,203,173); }
H1.HeaderClassName
{
color: #E9CBAD;
}
.AnyTagClassName
{
color: #E9CBAD;
}
</style>
background-color css
<style>
a { background-color: #E9CBAD; }
a { background-color: rgb(233,203,173); }
div.DivClassName
{
background-color: #E9CBAD;
}
.BgClassName
{
background-color: #E9CBAD;
}
</style>
border-color css
<style>
span { border-color: #E9CBAD; }
span { border-color: rgb(233,203,173); }
td.TdClassName
{
border-color: #E9CBAD;
}
.TagClassName
{
border-color: #E9CBAD;
}
</style>