Shades of Desert Sand #E6CBAD
Tints of Desert Sand #E6CBAD
RGB
CMYK
RGB Variations
Color information
#E6CBAD (or 0xE6CBAD) is known color: Desert Sand. HEX triplet: E6, CB and AD. RGB value is (230,203,173). Sum of RGB (Red+Green+Blue) = 230+203+173=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CBAD is #193452. Grayscale: #CFCFCF. Windows color (decimal): -1651795 or 11389926. OLE color: 11389926.
HSL color Cylindrical-coordinate representation of color #E6CBAD: hue angle of 31.58º degrees, saturation: 0.53, 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 #E6CBAD is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 173 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.10 |
| HSL | 31.58º | 0.53% | 0.79% | - |
| HSV(B) | 31.58º | 0.25% | 0.9% | - |
| XYZ | 61.53 | 62.55 | 48.37 | - |
| YUV | 207.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 173 | 0 | 0.12 | 0.25 | 0.10 | 31.58 | 0.53 | 0.79 |
| Hex | E6 | CB | AD | 0 | C | 19 | A | 20 | 35 | 4F |
| Octal | 346 | 313 | 255 | 0 | 14 | 31 | 12 | 40 | 65 | 117 |
| Binary | 11100110 | 11001011 | 10101101 | 0 | 1100 | 11001 | 1010 | 100000 | 110101 | 1001111 |
Color Harmonies of #E6CBAD
Complementary color
Monochromatic Colors of #E6CBAD
Black with #E6CBAD
Text Example
Text Example
White with #E6CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBAD; }
p { color: rgb(230,203,173); }
H1.HeaderClassName
{
color: #E6CBAD;
}
.AnyTagClassName
{
color: #E6CBAD;
}
</style>
background-color css
<style>
a { background-color: #E6CBAD; }
a { background-color: rgb(230,203,173); }
div.DivClassName
{
background-color: #E6CBAD;
}
.BgClassName
{
background-color: #E6CBAD;
}
</style>
border-color css
<style>
span { border-color: #E6CBAD; }
span { border-color: rgb(230,203,173); }
td.TdClassName
{
border-color: #E6CBAD;
}
.TagClassName
{
border-color: #E6CBAD;
}
</style>