Shades of Desert Sand #E6C7AC
Tints of Desert Sand #E6C7AC
RGB
CMYK
RGB Variations
Color information
#E6C7AC (or 0xE6C7AC) is known color: Desert Sand. HEX triplet: E6, C7 and AC. RGB value is (230,199,172). Sum of RGB (Red+Green+Blue) = 230+199+172=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C7AC is #193853. Grayscale: #CDCDCD. Windows color (decimal): -1652820 or 11323366. OLE color: 11323366.
HSL color Cylindrical-coordinate representation of color #E6C7AC: hue angle of 27.93º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6C7AC is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 172 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.10 |
| HSL | 27.93º | 0.54% | 0.79% | - |
| HSV(B) | 27.93º | 0.25% | 0.9% | - |
| XYZ | 60.5 | 60.65 | 47.55 | - |
| YUV | 205.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 172 | 0 | 0.13 | 0.25 | 0.10 | 27.93 | 0.54 | 0.79 |
| Hex | E6 | C7 | AC | 0 | D | 19 | A | 1C | 36 | 4F |
| Octal | 346 | 307 | 254 | 0 | 15 | 31 | 12 | 34 | 66 | 117 |
| Binary | 11100110 | 11000111 | 10101100 | 0 | 1101 | 11001 | 1010 | 11100 | 110110 | 1001111 |
Color Harmonies of #E6C7AC
Complementary color
Monochromatic Colors of #E6C7AC
Black with #E6C7AC
Text Example
Text Example
White with #E6C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7AC; }
p { color: rgb(230,199,172); }
H1.HeaderClassName
{
color: #E6C7AC;
}
.AnyTagClassName
{
color: #E6C7AC;
}
</style>
background-color css
<style>
a { background-color: #E6C7AC; }
a { background-color: rgb(230,199,172); }
div.DivClassName
{
background-color: #E6C7AC;
}
.BgClassName
{
background-color: #E6C7AC;
}
</style>
border-color css
<style>
span { border-color: #E6C7AC; }
span { border-color: rgb(230,199,172); }
td.TdClassName
{
border-color: #E6C7AC;
}
.TagClassName
{
border-color: #E6C7AC;
}
</style>