Shades of Desert Sand #E9CCAF
Tints of Desert Sand #E9CCAF
RGB
CMYK
RGB Variations
Color information
#E9CCAF (or 0xE9CCAF) is known color: Desert Sand. HEX triplet: E9, CC and AF. RGB value is (233,204,175). Sum of RGB (Red+Green+Blue) = 233+204+175=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CCAF is #163350. Grayscale: #D1D1D1. Windows color (decimal): -1454929 or 11521257. OLE color: 11521257.
HSL color Cylindrical-coordinate representation of color #E9CCAF: hue angle of 30º 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 #E9CCAF is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 204 | 175 | - |
CMYK | 0 | 0.12 | 0.25 | 0.09 |
HSL | 30º | 0.57% | 0.8% | - |
HSV(B) | 30º | 0.25% | 0.91% | - |
XYZ | 62.94 | 63.6 | 49.52 | - |
YUV | 209.37 | 108.61 | 144.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 204 | 175 | 0 | 0.12 | 0.25 | 0.09 | 30 | 0.57 | 0.8 |
Hex | E9 | CC | AF | 0 | C | 19 | 9 | 1E | 39 | 50 |
Octal | 351 | 314 | 257 | 0 | 14 | 31 | 11 | 36 | 71 | 120 |
Binary | 11101001 | 11001100 | 10101111 | 0 | 1100 | 11001 | 1001 | 11110 | 111001 | 1010000 |
Color Harmonies of #E9CCAF
Complementary color
Monochromatic Colors of #E9CCAF
Black with #E9CCAF
Text Example
Text Example
White with #E9CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CCAF; }
p { color: rgb(233,204,175); }
H1.HeaderClassName
{
color: #E9CCAF;
}
.AnyTagClassName
{
color: #E9CCAF;
}
</style>
background-color css
<style>
a { background-color: #E9CCAF; }
a { background-color: rgb(233,204,175); }
div.DivClassName
{
background-color: #E9CCAF;
}
.BgClassName
{
background-color: #E9CCAF;
}
</style>
border-color css
<style>
span { border-color: #E9CCAF; }
span { border-color: rgb(233,204,175); }
td.TdClassName
{
border-color: #E9CCAF;
}
.TagClassName
{
border-color: #E9CCAF;
}
</style>