Shades of Desert Sand #ECC7AB
Tints of Desert Sand #ECC7AB
RGB
CMYK
RGB Variations
Color information
#ECC7AB (or 0xECC7AB) is known color: Desert Sand. HEX triplet: EC, C7 and AB. RGB value is (236,199,171). Sum of RGB (Red+Green+Blue) = 236+199+171=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7AB is #133854. Grayscale: #CFCFCF. Windows color (decimal): -1259605 or 11257836. OLE color: 11257836.
HSL color Cylindrical-coordinate representation of color #ECC7AB: hue angle of 25.85º 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 #ECC7AB is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 171 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.07 |
| HSL | 25.85º | 0.63% | 0.8% | - |
| HSV(B) | 25.85º | 0.28% | 0.93% | - |
| XYZ | 62.37 | 61.62 | 47.13 | - |
| YUV | 206.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 171 | 0 | 0.16 | 0.28 | 0.07 | 25.85 | 0.63 | 0.8 |
| Hex | EC | C7 | AB | 0 | 10 | 1C | 7 | 1A | 3F | 50 |
| Octal | 354 | 307 | 253 | 0 | 20 | 34 | 7 | 32 | 77 | 120 |
| Binary | 11101100 | 11000111 | 10101011 | 0 | 10000 | 11100 | 111 | 11010 | 111111 | 1010000 |
Color Harmonies of #ECC7AB
Complementary color
Monochromatic Colors of #ECC7AB
Black with #ECC7AB
Text Example
Text Example
White with #ECC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7AB; }
p { color: rgb(236,199,171); }
H1.HeaderClassName
{
color: #ECC7AB;
}
.AnyTagClassName
{
color: #ECC7AB;
}
</style>
background-color css
<style>
a { background-color: #ECC7AB; }
a { background-color: rgb(236,199,171); }
div.DivClassName
{
background-color: #ECC7AB;
}
.BgClassName
{
background-color: #ECC7AB;
}
</style>
border-color css
<style>
span { border-color: #ECC7AB; }
span { border-color: rgb(236,199,171); }
td.TdClassName
{
border-color: #ECC7AB;
}
.TagClassName
{
border-color: #ECC7AB;
}
</style>