Shades of Desert Sand #E7CBAF
Tints of Desert Sand #E7CBAF
RGB
CMYK
RGB Variations
Color information
#E7CBAF (or 0xE7CBAF) is known color: Desert Sand. HEX triplet: E7, CB and AF. RGB value is (231,203,175). Sum of RGB (Red+Green+Blue) = 231+203+175=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CBAF is #183450. Grayscale: #D0D0D0. Windows color (decimal): -1586257 or 11520999. OLE color: 11520999.
HSL color Cylindrical-coordinate representation of color #E7CBAF: hue angle of 30º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7CBAF is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 175 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.09 |
| HSL | 30º | 0.54% | 0.8% | - |
| HSV(B) | 30º | 0.24% | 0.91% | - |
| XYZ | 62.05 | 62.8 | 49.41 | - |
| YUV | 208.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 175 | 0 | 0.12 | 0.24 | 0.09 | 30 | 0.54 | 0.8 |
| Hex | E7 | CB | AF | 0 | C | 18 | 9 | 1E | 36 | 50 |
| Octal | 347 | 313 | 257 | 0 | 14 | 30 | 11 | 36 | 66 | 120 |
| Binary | 11100111 | 11001011 | 10101111 | 0 | 1100 | 11000 | 1001 | 11110 | 110110 | 1010000 |
Color Harmonies of #E7CBAF
Complementary color
Monochromatic Colors of #E7CBAF
Black with #E7CBAF
Text Example
Text Example
White with #E7CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBAF; }
p { color: rgb(231,203,175); }
H1.HeaderClassName
{
color: #E7CBAF;
}
.AnyTagClassName
{
color: #E7CBAF;
}
</style>
background-color css
<style>
a { background-color: #E7CBAF; }
a { background-color: rgb(231,203,175); }
div.DivClassName
{
background-color: #E7CBAF;
}
.BgClassName
{
background-color: #E7CBAF;
}
</style>
border-color css
<style>
span { border-color: #E7CBAF; }
span { border-color: rgb(231,203,175); }
td.TdClassName
{
border-color: #E7CBAF;
}
.TagClassName
{
border-color: #E7CBAF;
}
</style>