Shades of Desert Sand #E6C8AC
Tints of Desert Sand #E6C8AC
RGB
CMYK
RGB Variations
Color information
#E6C8AC (or 0xE6C8AC) is known color: Desert Sand. HEX triplet: E6, C8 and AC. RGB value is (230,200,172). Sum of RGB (Red+Green+Blue) = 230+200+172=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C8AC is #193753. Grayscale: #CDCDCD. Windows color (decimal): -1652564 or 11323622. OLE color: 11323622.
HSL color Cylindrical-coordinate representation of color #E6C8AC: hue angle of 28.97º 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 #E6C8AC is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 172 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.10 |
| HSL | 28.97º | 0.54% | 0.79% | - |
| HSV(B) | 28.97º | 0.25% | 0.9% | - |
| XYZ | 60.73 | 61.11 | 47.62 | - |
| YUV | 205.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 172 | 0 | 0.13 | 0.25 | 0.10 | 28.97 | 0.54 | 0.79 |
| Hex | E6 | C8 | AC | 0 | D | 19 | A | 1D | 36 | 4F |
| Octal | 346 | 310 | 254 | 0 | 15 | 31 | 12 | 35 | 66 | 117 |
| Binary | 11100110 | 11001000 | 10101100 | 0 | 1101 | 11001 | 1010 | 11101 | 110110 | 1001111 |
Color Harmonies of #E6C8AC
Complementary color
Monochromatic Colors of #E6C8AC
Black with #E6C8AC
Text Example
Text Example
White with #E6C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8AC; }
p { color: rgb(230,200,172); }
H1.HeaderClassName
{
color: #E6C8AC;
}
.AnyTagClassName
{
color: #E6C8AC;
}
</style>
background-color css
<style>
a { background-color: #E6C8AC; }
a { background-color: rgb(230,200,172); }
div.DivClassName
{
background-color: #E6C8AC;
}
.BgClassName
{
background-color: #E6C8AC;
}
</style>
border-color css
<style>
span { border-color: #E6C8AC; }
span { border-color: rgb(230,200,172); }
td.TdClassName
{
border-color: #E6C8AC;
}
.TagClassName
{
border-color: #E6C8AC;
}
</style>