Shades of Desert Sand #E6C5AB
Tints of Desert Sand #E6C5AB
RGB
CMYK
RGB Variations
Color information
#E6C5AB (or 0xE6C5AB) is known color: Desert Sand. HEX triplet: E6, C5 and AB. RGB value is (230,197,171). Sum of RGB (Red+Green+Blue) = 230+197+171=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C5AB is #193A54. Grayscale: #CCCCCC. Windows color (decimal): -1653333 or 11257318. OLE color: 11257318.
HSL color Cylindrical-coordinate representation of color #E6C5AB: hue angle of 26.44º 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 #E6C5AB is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 171 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.10 |
| HSL | 26.44º | 0.54% | 0.79% | - |
| HSV(B) | 26.44º | 0.26% | 0.9% | - |
| XYZ | 59.95 | 59.7 | 46.89 | - |
| YUV | 203.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 171 | 0 | 0.14 | 0.26 | 0.10 | 26.44 | 0.54 | 0.79 |
| Hex | E6 | C5 | AB | 0 | E | 1A | A | 1A | 36 | 4F |
| Octal | 346 | 305 | 253 | 0 | 16 | 32 | 12 | 32 | 66 | 117 |
| Binary | 11100110 | 11000101 | 10101011 | 0 | 1110 | 11010 | 1010 | 11010 | 110110 | 1001111 |
Color Harmonies of #E6C5AB
Complementary color
Monochromatic Colors of #E6C5AB
Black with #E6C5AB
Text Example
Text Example
White with #E6C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5AB; }
p { color: rgb(230,197,171); }
H1.HeaderClassName
{
color: #E6C5AB;
}
.AnyTagClassName
{
color: #E6C5AB;
}
</style>
background-color css
<style>
a { background-color: #E6C5AB; }
a { background-color: rgb(230,197,171); }
div.DivClassName
{
background-color: #E6C5AB;
}
.BgClassName
{
background-color: #E6C5AB;
}
</style>
border-color css
<style>
span { border-color: #E6C5AB; }
span { border-color: rgb(230,197,171); }
td.TdClassName
{
border-color: #E6C5AB;
}
.TagClassName
{
border-color: #E6C5AB;
}
</style>