Shades of Desert Sand #E6C7AF
Tints of Desert Sand #E6C7AF
RGB
CMYK
RGB Variations
Color information
#E6C7AF (or 0xE6C7AF) is known color: Desert Sand. HEX triplet: E6, C7 and AF. RGB value is (230,199,175). Sum of RGB (Red+Green+Blue) = 230+199+175=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C7AF is #193850. Grayscale: #CDCDCD. Windows color (decimal): -1652817 or 11519974. OLE color: 11519974.
HSL color Cylindrical-coordinate representation of color #E6C7AF: hue angle of 26.18º degrees, saturation: 0.52, 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 #E6C7AF is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 175 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.10 |
| HSL | 26.18º | 0.52% | 0.79% | - |
| HSV(B) | 26.18º | 0.24% | 0.9% | - |
| XYZ | 60.79 | 60.76 | 49.08 | - |
| YUV | 205.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 175 | 0 | 0.13 | 0.24 | 0.10 | 26.18 | 0.52 | 0.79 |
| Hex | E6 | C7 | AF | 0 | D | 18 | A | 1A | 34 | 4F |
| Octal | 346 | 307 | 257 | 0 | 15 | 30 | 12 | 32 | 64 | 117 |
| Binary | 11100110 | 11000111 | 10101111 | 0 | 1101 | 11000 | 1010 | 11010 | 110100 | 1001111 |
Color Harmonies of #E6C7AF
Complementary color
Monochromatic Colors of #E6C7AF
Black with #E6C7AF
Text Example
Text Example
White with #E6C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7AF; }
p { color: rgb(230,199,175); }
H1.HeaderClassName
{
color: #E6C7AF;
}
.AnyTagClassName
{
color: #E6C7AF;
}
</style>
background-color css
<style>
a { background-color: #E6C7AF; }
a { background-color: rgb(230,199,175); }
div.DivClassName
{
background-color: #E6C7AF;
}
.BgClassName
{
background-color: #E6C7AF;
}
</style>
border-color css
<style>
span { border-color: #E6C7AF; }
span { border-color: rgb(230,199,175); }
td.TdClassName
{
border-color: #E6C7AF;
}
.TagClassName
{
border-color: #E6C7AF;
}
</style>