Shades of Desert Sand #E5C7AF
Tints of Desert Sand #E5C7AF
RGB
CMYK
RGB Variations
Color information
#E5C7AF (or 0xE5C7AF) is known color: Desert Sand. HEX triplet: E5, C7 and AF. RGB value is (229,199,175). Sum of RGB (Red+Green+Blue) = 229+199+175=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C7AF is #1A3850. Grayscale: #CDCDCD. Windows color (decimal): -1718353 or 11519973. OLE color: 11519973.
HSL color Cylindrical-coordinate representation of color #E5C7AF: hue angle of 26.67º 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 #E5C7AF is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 175 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.10 |
| HSL | 26.67º | 0.51% | 0.79% | - |
| HSV(B) | 26.67º | 0.24% | 0.9% | - |
| XYZ | 60.47 | 60.6 | 49.07 | - |
| YUV | 205.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 175 | 0 | 0.13 | 0.24 | 0.10 | 26.67 | 0.51 | 0.79 |
| Hex | E5 | C7 | AF | 0 | D | 18 | A | 1B | 33 | 4F |
| Octal | 345 | 307 | 257 | 0 | 15 | 30 | 12 | 33 | 63 | 117 |
| Binary | 11100101 | 11000111 | 10101111 | 0 | 1101 | 11000 | 1010 | 11011 | 110011 | 1001111 |
Color Harmonies of #E5C7AF
Complementary color
Monochromatic Colors of #E5C7AF
Black with #E5C7AF
Text Example
Text Example
White with #E5C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C7AF; }
p { color: rgb(229,199,175); }
H1.HeaderClassName
{
color: #E5C7AF;
}
.AnyTagClassName
{
color: #E5C7AF;
}
</style>
background-color css
<style>
a { background-color: #E5C7AF; }
a { background-color: rgb(229,199,175); }
div.DivClassName
{
background-color: #E5C7AF;
}
.BgClassName
{
background-color: #E5C7AF;
}
</style>
border-color css
<style>
span { border-color: #E5C7AF; }
span { border-color: rgb(229,199,175); }
td.TdClassName
{
border-color: #E5C7AF;
}
.TagClassName
{
border-color: #E5C7AF;
}
</style>