Shades of Desert Sand #E9C5AD
Tints of Desert Sand #E9C5AD
RGB
CMYK
RGB Variations
Color information
#E9C5AD (or 0xE9C5AD) is known color: Desert Sand. HEX triplet: E9, C5 and AD. RGB value is (233,197,173). Sum of RGB (Red+Green+Blue) = 233+197+173=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C5AD is #163A52. Grayscale: #CDCDCD. Windows color (decimal): -1456723 or 11388393. OLE color: 11388393.
HSL color Cylindrical-coordinate representation of color #E9C5AD: hue angle of 24º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9C5AD is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 173 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.09 |
| HSL | 24º | 0.58% | 0.8% | - |
| HSV(B) | 24º | 0.26% | 0.91% | - |
| XYZ | 61.11 | 60.27 | 47.95 | - |
| YUV | 205.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 173 | 0 | 0.15 | 0.26 | 0.09 | 24 | 0.58 | 0.8 |
| Hex | E9 | C5 | AD | 0 | F | 1A | 9 | 18 | 3A | 50 |
| Octal | 351 | 305 | 255 | 0 | 17 | 32 | 11 | 30 | 72 | 120 |
| Binary | 11101001 | 11000101 | 10101101 | 0 | 1111 | 11010 | 1001 | 11000 | 111010 | 1010000 |
Color Harmonies of #E9C5AD
Complementary color
Monochromatic Colors of #E9C5AD
Black with #E9C5AD
Text Example
Text Example
White with #E9C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5AD; }
p { color: rgb(233,197,173); }
H1.HeaderClassName
{
color: #E9C5AD;
}
.AnyTagClassName
{
color: #E9C5AD;
}
</style>
background-color css
<style>
a { background-color: #E9C5AD; }
a { background-color: rgb(233,197,173); }
div.DivClassName
{
background-color: #E9C5AD;
}
.BgClassName
{
background-color: #E9C5AD;
}
</style>
border-color css
<style>
span { border-color: #E9C5AD; }
span { border-color: rgb(233,197,173); }
td.TdClassName
{
border-color: #E9C5AD;
}
.TagClassName
{
border-color: #E9C5AD;
}
</style>