Shades of Desert Sand #E6C8AB
Tints of Desert Sand #E6C8AB
RGB
CMYK
RGB Variations
Color information
#E6C8AB (or 0xE6C8AB) is known color: Desert Sand. HEX triplet: E6, C8 and AB. RGB value is (230,200,171). Sum of RGB (Red+Green+Blue) = 230+200+171=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C8AB is #193754. Grayscale: #CDCDCD. Windows color (decimal): -1652565 or 11258086. OLE color: 11258086.
HSL color Cylindrical-coordinate representation of color #E6C8AB: hue angle of 29.49º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6C8AB is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 171 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.10 |
| HSL | 29.49º | 0.54% | 0.79% | - |
| HSV(B) | 29.49º | 0.26% | 0.9% | - |
| XYZ | 60.64 | 61.07 | 47.12 | - |
| YUV | 205.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 171 | 0 | 0.13 | 0.26 | 0.10 | 29.49 | 0.54 | 0.79 |
| Hex | E6 | C8 | AB | 0 | D | 1A | A | 1D | 36 | 4F |
| Octal | 346 | 310 | 253 | 0 | 15 | 32 | 12 | 35 | 66 | 117 |
| Binary | 11100110 | 11001000 | 10101011 | 0 | 1101 | 11010 | 1010 | 11101 | 110110 | 1001111 |
Color Harmonies of #E6C8AB
Complementary color
Monochromatic Colors of #E6C8AB
Black with #E6C8AB
Text Example
Text Example
White with #E6C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8AB; }
p { color: rgb(230,200,171); }
H1.HeaderClassName
{
color: #E6C8AB;
}
.AnyTagClassName
{
color: #E6C8AB;
}
</style>
background-color css
<style>
a { background-color: #E6C8AB; }
a { background-color: rgb(230,200,171); }
div.DivClassName
{
background-color: #E6C8AB;
}
.BgClassName
{
background-color: #E6C8AB;
}
</style>
border-color css
<style>
span { border-color: #E6C8AB; }
span { border-color: rgb(230,200,171); }
td.TdClassName
{
border-color: #E6C8AB;
}
.TagClassName
{
border-color: #E6C8AB;
}
</style>