Shades of Desert Sand #E5CBAE
Tints of Desert Sand #E5CBAE
RGB
CMYK
RGB Variations
Color information
#E5CBAE (or 0xE5CBAE) is known color: Desert Sand. HEX triplet: E5, CB and AE. RGB value is (229,203,174). Sum of RGB (Red+Green+Blue) = 229+203+174=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CBAE is #1A3451. Grayscale: #CFCFCF. Windows color (decimal): -1717330 or 11455461. OLE color: 11455461.
HSL color Cylindrical-coordinate representation of color #E5CBAE: hue angle of 31.64º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5CBAE is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 174 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.10 |
| HSL | 31.64º | 0.51% | 0.79% | - |
| HSV(B) | 31.64º | 0.24% | 0.9% | - |
| XYZ | 61.31 | 62.43 | 48.86 | - |
| YUV | 207.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 174 | 0 | 0.11 | 0.24 | 0.10 | 31.64 | 0.51 | 0.79 |
| Hex | E5 | CB | AE | 0 | B | 18 | A | 20 | 33 | 4F |
| Octal | 345 | 313 | 256 | 0 | 13 | 30 | 12 | 40 | 63 | 117 |
| Binary | 11100101 | 11001011 | 10101110 | 0 | 1011 | 11000 | 1010 | 100000 | 110011 | 1001111 |
Color Harmonies of #E5CBAE
Complementary color
Monochromatic Colors of #E5CBAE
Black with #E5CBAE
Text Example
Text Example
White with #E5CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBAE; }
p { color: rgb(229,203,174); }
H1.HeaderClassName
{
color: #E5CBAE;
}
.AnyTagClassName
{
color: #E5CBAE;
}
</style>
background-color css
<style>
a { background-color: #E5CBAE; }
a { background-color: rgb(229,203,174); }
div.DivClassName
{
background-color: #E5CBAE;
}
.BgClassName
{
background-color: #E5CBAE;
}
</style>
border-color css
<style>
span { border-color: #E5CBAE; }
span { border-color: rgb(229,203,174); }
td.TdClassName
{
border-color: #E5CBAE;
}
.TagClassName
{
border-color: #E5CBAE;
}
</style>