Shades of Desert Sand #E7C6AE
Tints of Desert Sand #E7C6AE
RGB
CMYK
RGB Variations
Color information
#E7C6AE (or 0xE7C6AE) is known color: Desert Sand. HEX triplet: E7, C6 and AE. RGB value is (231,198,174). Sum of RGB (Red+Green+Blue) = 231+198+174=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C6AE is #183951. Grayscale: #CDCDCD. Windows color (decimal): -1587538 or 11454183. OLE color: 11454183.
HSL color Cylindrical-coordinate representation of color #E7C6AE: hue angle of 25.26º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7C6AE is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 174 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.09 |
| HSL | 25.26º | 0.54% | 0.79% | - |
| HSV(B) | 25.26º | 0.25% | 0.91% | - |
| XYZ | 60.79 | 60.43 | 48.51 | - |
| YUV | 205.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 174 | 0 | 0.14 | 0.25 | 0.09 | 25.26 | 0.54 | 0.79 |
| Hex | E7 | C6 | AE | 0 | E | 19 | 9 | 19 | 36 | 4F |
| Octal | 347 | 306 | 256 | 0 | 16 | 31 | 11 | 31 | 66 | 117 |
| Binary | 11100111 | 11000110 | 10101110 | 0 | 1110 | 11001 | 1001 | 11001 | 110110 | 1001111 |
Color Harmonies of #E7C6AE
Complementary color
Monochromatic Colors of #E7C6AE
Black with #E7C6AE
Text Example
Text Example
White with #E7C6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6AE; }
p { color: rgb(231,198,174); }
H1.HeaderClassName
{
color: #E7C6AE;
}
.AnyTagClassName
{
color: #E7C6AE;
}
</style>
background-color css
<style>
a { background-color: #E7C6AE; }
a { background-color: rgb(231,198,174); }
div.DivClassName
{
background-color: #E7C6AE;
}
.BgClassName
{
background-color: #E7C6AE;
}
</style>
border-color css
<style>
span { border-color: #E7C6AE; }
span { border-color: rgb(231,198,174); }
td.TdClassName
{
border-color: #E7C6AE;
}
.TagClassName
{
border-color: #E7C6AE;
}
</style>