Shades of Desert Sand #E6CCAF
Tints of Desert Sand #E6CCAF
RGB
CMYK
RGB Variations
Color information
#E6CCAF (or 0xE6CCAF) is known color: Desert Sand. HEX triplet: E6, CC and AF. RGB value is (230,204,175). Sum of RGB (Red+Green+Blue) = 230+204+175=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CCAF is #193350. Grayscale: #D0D0D0. Windows color (decimal): -1651537 or 11521254. OLE color: 11521254.
HSL color Cylindrical-coordinate representation of color #E6CCAF: hue angle of 31.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6CCAF is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 175 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.10 |
| HSL | 31.64º | 0.52% | 0.79% | - |
| HSV(B) | 31.64º | 0.24% | 0.9% | - |
| XYZ | 61.96 | 63.1 | 49.47 | - |
| YUV | 208.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 175 | 0 | 0.11 | 0.24 | 0.10 | 31.64 | 0.52 | 0.79 |
| Hex | E6 | CC | AF | 0 | B | 18 | A | 20 | 34 | 4F |
| Octal | 346 | 314 | 257 | 0 | 13 | 30 | 12 | 40 | 64 | 117 |
| Binary | 11100110 | 11001100 | 10101111 | 0 | 1011 | 11000 | 1010 | 100000 | 110100 | 1001111 |
Color Harmonies of #E6CCAF
Complementary color
Monochromatic Colors of #E6CCAF
Black with #E6CCAF
Text Example
Text Example
White with #E6CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCAF; }
p { color: rgb(230,204,175); }
H1.HeaderClassName
{
color: #E6CCAF;
}
.AnyTagClassName
{
color: #E6CCAF;
}
</style>
background-color css
<style>
a { background-color: #E6CCAF; }
a { background-color: rgb(230,204,175); }
div.DivClassName
{
background-color: #E6CCAF;
}
.BgClassName
{
background-color: #E6CCAF;
}
</style>
border-color css
<style>
span { border-color: #E6CCAF; }
span { border-color: rgb(230,204,175); }
td.TdClassName
{
border-color: #E6CCAF;
}
.TagClassName
{
border-color: #E6CCAF;
}
</style>