Shades of Desert Sand #E9CFB9
Tints of Desert Sand #E9CFB9
RGB
CMYK
RGB Variations
Color information
#E9CFB9 (or 0xE9CFB9) is known color: Desert Sand. HEX triplet: E9, CF and B9. RGB value is (233,207,185). Sum of RGB (Red+Green+Blue) = 233+207+185=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFB9 is #163046. Grayscale: #D4D4D4. Windows color (decimal): -1454151 or 12177385. OLE color: 12177385.
HSL color Cylindrical-coordinate representation of color #E9CFB9: hue angle of 27.5º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9CFB9 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 185 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.09 |
| HSL | 27.5º | 0.52% | 0.82% | - |
| HSV(B) | 27.5º | 0.21% | 0.91% | - |
| XYZ | 64.67 | 65.45 | 55.12 | - |
| YUV | 212.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 185 | 0 | 0.11 | 0.21 | 0.09 | 27.5 | 0.52 | 0.82 |
| Hex | E9 | CF | B9 | 0 | B | 15 | 9 | 1C | 34 | 52 |
| Octal | 351 | 317 | 271 | 0 | 13 | 25 | 11 | 34 | 64 | 122 |
| Binary | 11101001 | 11001111 | 10111001 | 0 | 1011 | 10101 | 1001 | 11100 | 110100 | 1010010 |
Color Harmonies of #E9CFB9
Complementary color
Monochromatic Colors of #E9CFB9
Black with #E9CFB9
Text Example
Text Example
White with #E9CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFB9; }
p { color: rgb(233,207,185); }
H1.HeaderClassName
{
color: #E9CFB9;
}
.AnyTagClassName
{
color: #E9CFB9;
}
</style>
background-color css
<style>
a { background-color: #E9CFB9; }
a { background-color: rgb(233,207,185); }
div.DivClassName
{
background-color: #E9CFB9;
}
.BgClassName
{
background-color: #E9CFB9;
}
</style>
border-color css
<style>
span { border-color: #E9CFB9; }
span { border-color: rgb(233,207,185); }
td.TdClassName
{
border-color: #E9CFB9;
}
.TagClassName
{
border-color: #E9CFB9;
}
</style>