Shades of Desert Sand #E6C6AF
Tints of Desert Sand #E6C6AF
RGB
CMYK
RGB Variations
Color information
#E6C6AF (or 0xE6C6AF) is known color: Desert Sand. HEX triplet: E6, C6 and AF. RGB value is (230,198,175). Sum of RGB (Red+Green+Blue) = 230+198+175=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C6AF is #193950. Grayscale: #CDCDCD. Windows color (decimal): -1653073 or 11519718. OLE color: 11519718.
HSL color Cylindrical-coordinate representation of color #E6C6AF: hue angle of 25.09º 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 #E6C6AF is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 175 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.10 |
| HSL | 25.09º | 0.52% | 0.79% | - |
| HSV(B) | 25.09º | 0.24% | 0.9% | - |
| XYZ | 60.57 | 60.31 | 49.01 | - |
| YUV | 204.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 175 | 0 | 0.14 | 0.24 | 0.10 | 25.09 | 0.52 | 0.79 |
| Hex | E6 | C6 | AF | 0 | E | 18 | A | 19 | 34 | 4F |
| Octal | 346 | 306 | 257 | 0 | 16 | 30 | 12 | 31 | 64 | 117 |
| Binary | 11100110 | 11000110 | 10101111 | 0 | 1110 | 11000 | 1010 | 11001 | 110100 | 1001111 |
Color Harmonies of #E6C6AF
Complementary color
Monochromatic Colors of #E6C6AF
Black with #E6C6AF
Text Example
Text Example
White with #E6C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C6AF; }
p { color: rgb(230,198,175); }
H1.HeaderClassName
{
color: #E6C6AF;
}
.AnyTagClassName
{
color: #E6C6AF;
}
</style>
background-color css
<style>
a { background-color: #E6C6AF; }
a { background-color: rgb(230,198,175); }
div.DivClassName
{
background-color: #E6C6AF;
}
.BgClassName
{
background-color: #E6C6AF;
}
</style>
border-color css
<style>
span { border-color: #E6C6AF; }
span { border-color: rgb(230,198,175); }
td.TdClassName
{
border-color: #E6C6AF;
}
.TagClassName
{
border-color: #E6C6AF;
}
</style>