Shades of Desert Sand #E5CBAF
Tints of Desert Sand #E5CBAF
RGB
CMYK
RGB Variations
Color information
#E5CBAF (or 0xE5CBAF) is known color: Desert Sand. HEX triplet: E5, CB and AF. RGB value is (229,203,175). Sum of RGB (Red+Green+Blue) = 229+203+175=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CBAF is #1A3450. Grayscale: #CFCFCF. Windows color (decimal): -1717329 or 11520997. OLE color: 11520997.
HSL color Cylindrical-coordinate representation of color #E5CBAF: hue angle of 31.11º 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 #E5CBAF is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 175 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.10 |
| HSL | 31.11º | 0.51% | 0.79% | - |
| HSV(B) | 31.11º | 0.24% | 0.9% | - |
| XYZ | 61.41 | 62.47 | 49.38 | - |
| YUV | 207.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 175 | 0 | 0.11 | 0.24 | 0.10 | 31.11 | 0.51 | 0.79 |
| Hex | E5 | CB | AF | 0 | B | 18 | A | 1F | 33 | 4F |
| Octal | 345 | 313 | 257 | 0 | 13 | 30 | 12 | 37 | 63 | 117 |
| Binary | 11100101 | 11001011 | 10101111 | 0 | 1011 | 11000 | 1010 | 11111 | 110011 | 1001111 |
Color Harmonies of #E5CBAF
Complementary color
Monochromatic Colors of #E5CBAF
Black with #E5CBAF
Text Example
Text Example
White with #E5CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBAF; }
p { color: rgb(229,203,175); }
H1.HeaderClassName
{
color: #E5CBAF;
}
.AnyTagClassName
{
color: #E5CBAF;
}
</style>
background-color css
<style>
a { background-color: #E5CBAF; }
a { background-color: rgb(229,203,175); }
div.DivClassName
{
background-color: #E5CBAF;
}
.BgClassName
{
background-color: #E5CBAF;
}
</style>
border-color css
<style>
span { border-color: #E5CBAF; }
span { border-color: rgb(229,203,175); }
td.TdClassName
{
border-color: #E5CBAF;
}
.TagClassName
{
border-color: #E5CBAF;
}
</style>