Shades of Desert Sand #E5CDB9
Tints of Desert Sand #E5CDB9
RGB
CMYK
RGB Variations
Color information
#E5CDB9 (or 0xE5CDB9) is known color: Desert Sand. HEX triplet: E5, CD and B9. RGB value is (229,205,185). Sum of RGB (Red+Green+Blue) = 229+205+185=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDB9 is #1A3246. Grayscale: #D1D1D1. Windows color (decimal): -1716807 or 12176869. OLE color: 12176869.
HSL color Cylindrical-coordinate representation of color #E5CDB9: hue angle of 27.27º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5CDB9 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 185 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.10 |
| HSL | 27.27º | 0.46% | 0.81% | - |
| HSV(B) | 27.27º | 0.19% | 0.9% | - |
| XYZ | 62.9 | 63.82 | 54.9 | - |
| YUV | 209.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 185 | 0 | 0.10 | 0.19 | 0.10 | 27.27 | 0.46 | 0.81 |
| Hex | E5 | CD | B9 | 0 | A | 13 | A | 1B | 2E | 51 |
| Octal | 345 | 315 | 271 | 0 | 12 | 23 | 12 | 33 | 56 | 121 |
| Binary | 11100101 | 11001101 | 10111001 | 0 | 1010 | 10011 | 1010 | 11011 | 101110 | 1010001 |
Color Harmonies of #E5CDB9
Complementary color
Monochromatic Colors of #E5CDB9
Black with #E5CDB9
Text Example
Text Example
White with #E5CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDB9; }
p { color: rgb(229,205,185); }
H1.HeaderClassName
{
color: #E5CDB9;
}
.AnyTagClassName
{
color: #E5CDB9;
}
</style>
background-color css
<style>
a { background-color: #E5CDB9; }
a { background-color: rgb(229,205,185); }
div.DivClassName
{
background-color: #E5CDB9;
}
.BgClassName
{
background-color: #E5CDB9;
}
</style>
border-color css
<style>
span { border-color: #E5CDB9; }
span { border-color: rgb(229,205,185); }
td.TdClassName
{
border-color: #E5CDB9;
}
.TagClassName
{
border-color: #E5CDB9;
}
</style>