Shades of Desert Sand #E8C5AF
Tints of Desert Sand #E8C5AF
RGB
CMYK
RGB Variations
Color information
#E8C5AF (or 0xE8C5AF) is known color: Desert Sand. HEX triplet: E8, C5 and AF. RGB value is (232,197,175). Sum of RGB (Red+Green+Blue) = 232+197+175=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C5AF is #173A50. Grayscale: #CDCDCD. Windows color (decimal): -1522257 or 11519464. OLE color: 11519464.
HSL color Cylindrical-coordinate representation of color #E8C5AF: hue angle of 23.16º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8C5AF is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 175 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.09 |
| HSL | 23.16º | 0.55% | 0.8% | - |
| HSV(B) | 23.16º | 0.25% | 0.91% | - |
| XYZ | 60.98 | 60.18 | 48.96 | - |
| YUV | 204.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 175 | 0 | 0.15 | 0.25 | 0.09 | 23.16 | 0.55 | 0.8 |
| Hex | E8 | C5 | AF | 0 | F | 19 | 9 | 17 | 37 | 50 |
| Octal | 350 | 305 | 257 | 0 | 17 | 31 | 11 | 27 | 67 | 120 |
| Binary | 11101000 | 11000101 | 10101111 | 0 | 1111 | 11001 | 1001 | 10111 | 110111 | 1010000 |
Color Harmonies of #E8C5AF
Complementary color
Monochromatic Colors of #E8C5AF
Black with #E8C5AF
Text Example
Text Example
White with #E8C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C5AF; }
p { color: rgb(232,197,175); }
H1.HeaderClassName
{
color: #E8C5AF;
}
.AnyTagClassName
{
color: #E8C5AF;
}
</style>
background-color css
<style>
a { background-color: #E8C5AF; }
a { background-color: rgb(232,197,175); }
div.DivClassName
{
background-color: #E8C5AF;
}
.BgClassName
{
background-color: #E8C5AF;
}
</style>
border-color css
<style>
span { border-color: #E8C5AF; }
span { border-color: rgb(232,197,175); }
td.TdClassName
{
border-color: #E8C5AF;
}
.TagClassName
{
border-color: #E8C5AF;
}
</style>