Shades of Desert Sand #E9C6AD
Tints of Desert Sand #E9C6AD
RGB
CMYK
RGB Variations
Color information
#E9C6AD (or 0xE9C6AD) is known color: Desert Sand. HEX triplet: E9, C6 and AD. RGB value is (233,198,173). Sum of RGB (Red+Green+Blue) = 233+198+173=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C6AD is #163952. Grayscale: #CDCDCD. Windows color (decimal): -1456467 or 11388649. OLE color: 11388649.
HSL color Cylindrical-coordinate representation of color #E9C6AD: hue angle of 25º 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 #E9C6AD is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 173 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.09 |
| HSL | 25º | 0.58% | 0.8% | - |
| HSV(B) | 25º | 0.26% | 0.91% | - |
| XYZ | 61.34 | 60.73 | 48.02 | - |
| YUV | 205.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 173 | 0 | 0.15 | 0.26 | 0.09 | 25 | 0.58 | 0.8 |
| Hex | E9 | C6 | AD | 0 | F | 1A | 9 | 19 | 3A | 50 |
| Octal | 351 | 306 | 255 | 0 | 17 | 32 | 11 | 31 | 72 | 120 |
| Binary | 11101001 | 11000110 | 10101101 | 0 | 1111 | 11010 | 1001 | 11001 | 111010 | 1010000 |
Color Harmonies of #E9C6AD
Complementary color
Monochromatic Colors of #E9C6AD
Black with #E9C6AD
Text Example
Text Example
White with #E9C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C6AD; }
p { color: rgb(233,198,173); }
H1.HeaderClassName
{
color: #E9C6AD;
}
.AnyTagClassName
{
color: #E9C6AD;
}
</style>
background-color css
<style>
a { background-color: #E9C6AD; }
a { background-color: rgb(233,198,173); }
div.DivClassName
{
background-color: #E9C6AD;
}
.BgClassName
{
background-color: #E9C6AD;
}
</style>
border-color css
<style>
span { border-color: #E9C6AD; }
span { border-color: rgb(233,198,173); }
td.TdClassName
{
border-color: #E9C6AD;
}
.TagClassName
{
border-color: #E9C6AD;
}
</style>