Shades of Desert Sand #ECC7B2
Tints of Desert Sand #ECC7B2
RGB
CMYK
RGB Variations
Color information
#ECC7B2 (or 0xECC7B2) is known color: Desert Sand. HEX triplet: EC, C7 and B2. RGB value is (236,199,178). Sum of RGB (Red+Green+Blue) = 236+199+178=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7B2 is #13384D. Grayscale: #CFCFCF. Windows color (decimal): -1259598 or 11716588. OLE color: 11716588.
HSL color Cylindrical-coordinate representation of color #ECC7B2: hue angle of 21.72º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECC7B2 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 178 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.07 |
| HSL | 21.72º | 0.6% | 0.81% | - |
| HSV(B) | 21.72º | 0.25% | 0.93% | - |
| XYZ | 63.05 | 61.89 | 50.74 | - |
| YUV | 207.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 178 | 0 | 0.16 | 0.25 | 0.07 | 21.72 | 0.6 | 0.81 |
| Hex | EC | C7 | B2 | 0 | 10 | 19 | 7 | 16 | 3C | 51 |
| Octal | 354 | 307 | 262 | 0 | 20 | 31 | 7 | 26 | 74 | 121 |
| Binary | 11101100 | 11000111 | 10110010 | 0 | 10000 | 11001 | 111 | 10110 | 111100 | 1010001 |
Color Harmonies of #ECC7B2
Complementary color
Monochromatic Colors of #ECC7B2
Black with #ECC7B2
Text Example
Text Example
White with #ECC7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7B2; }
p { color: rgb(236,199,178); }
H1.HeaderClassName
{
color: #ECC7B2;
}
.AnyTagClassName
{
color: #ECC7B2;
}
</style>
background-color css
<style>
a { background-color: #ECC7B2; }
a { background-color: rgb(236,199,178); }
div.DivClassName
{
background-color: #ECC7B2;
}
.BgClassName
{
background-color: #ECC7B2;
}
</style>
border-color css
<style>
span { border-color: #ECC7B2; }
span { border-color: rgb(236,199,178); }
td.TdClassName
{
border-color: #ECC7B2;
}
.TagClassName
{
border-color: #ECC7B2;
}
</style>