Shades of Desert Sand #E6CBAE
Tints of Desert Sand #E6CBAE
RGB
CMYK
RGB Variations
Color information
#E6CBAE (or 0xE6CBAE) is known color: Desert Sand. HEX triplet: E6, CB and AE. RGB value is (230,203,174). Sum of RGB (Red+Green+Blue) = 230+203+174=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CBAE is #193451. Grayscale: #CFCFCF. Windows color (decimal): -1651794 or 11455462. OLE color: 11455462.
HSL color Cylindrical-coordinate representation of color #E6CBAE: hue angle of 31.07º degrees, saturation: 0.53, 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 #E6CBAE is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 174 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.10 |
| HSL | 31.07º | 0.53% | 0.79% | - |
| HSV(B) | 31.07º | 0.24% | 0.9% | - |
| XYZ | 61.63 | 62.59 | 48.88 | - |
| YUV | 207.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 174 | 0 | 0.12 | 0.24 | 0.10 | 31.07 | 0.53 | 0.79 |
| Hex | E6 | CB | AE | 0 | C | 18 | A | 1F | 35 | 4F |
| Octal | 346 | 313 | 256 | 0 | 14 | 30 | 12 | 37 | 65 | 117 |
| Binary | 11100110 | 11001011 | 10101110 | 0 | 1100 | 11000 | 1010 | 11111 | 110101 | 1001111 |
Color Harmonies of #E6CBAE
Complementary color
Monochromatic Colors of #E6CBAE
Black with #E6CBAE
Text Example
Text Example
White with #E6CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBAE; }
p { color: rgb(230,203,174); }
H1.HeaderClassName
{
color: #E6CBAE;
}
.AnyTagClassName
{
color: #E6CBAE;
}
</style>
background-color css
<style>
a { background-color: #E6CBAE; }
a { background-color: rgb(230,203,174); }
div.DivClassName
{
background-color: #E6CBAE;
}
.BgClassName
{
background-color: #E6CBAE;
}
</style>
border-color css
<style>
span { border-color: #E6CBAE; }
span { border-color: rgb(230,203,174); }
td.TdClassName
{
border-color: #E6CBAE;
}
.TagClassName
{
border-color: #E6CBAE;
}
</style>