Shades of Desert Sand #ECCBAA
Tints of Desert Sand #ECCBAA
RGB
CMYK
RGB Variations
Color information
#ECCBAA (or 0xECCBAA) is known color: Desert Sand. HEX triplet: EC, CB and AA. RGB value is (236,203,170). Sum of RGB (Red+Green+Blue) = 236+203+170=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCBAA is #133455. Grayscale: #D1D1D1. Windows color (decimal): -1258582 or 11193324. OLE color: 11193324.
HSL color Cylindrical-coordinate representation of color #ECCBAA: hue angle of 30º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECCBAA is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 170 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.07 |
| HSL | 30º | 0.63% | 0.8% | - |
| HSV(B) | 30º | 0.28% | 0.93% | - |
| XYZ | 63.2 | 63.45 | 46.95 | - |
| YUV | 209.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 170 | 0 | 0.14 | 0.28 | 0.07 | 30 | 0.63 | 0.8 |
| Hex | EC | CB | AA | 0 | E | 1C | 7 | 1E | 3F | 50 |
| Octal | 354 | 313 | 252 | 0 | 16 | 34 | 7 | 36 | 77 | 120 |
| Binary | 11101100 | 11001011 | 10101010 | 0 | 1110 | 11100 | 111 | 11110 | 111111 | 1010000 |
Color Harmonies of #ECCBAA
Complementary color
Monochromatic Colors of #ECCBAA
Black with #ECCBAA
Text Example
Text Example
White with #ECCBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBAA; }
p { color: rgb(236,203,170); }
H1.HeaderClassName
{
color: #ECCBAA;
}
.AnyTagClassName
{
color: #ECCBAA;
}
</style>
background-color css
<style>
a { background-color: #ECCBAA; }
a { background-color: rgb(236,203,170); }
div.DivClassName
{
background-color: #ECCBAA;
}
.BgClassName
{
background-color: #ECCBAA;
}
</style>
border-color css
<style>
span { border-color: #ECCBAA; }
span { border-color: rgb(236,203,170); }
td.TdClassName
{
border-color: #ECCBAA;
}
.TagClassName
{
border-color: #ECCBAA;
}
</style>