Shades of Desert Sand #ECC7AD
Tints of Desert Sand #ECC7AD
RGB
CMYK
RGB Variations
Color information
#ECC7AD (or 0xECC7AD) is known color: Desert Sand. HEX triplet: EC, C7 and AD. RGB value is (236,199,173). Sum of RGB (Red+Green+Blue) = 236+199+173=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7AD is #133852. Grayscale: #CFCFCF. Windows color (decimal): -1259603 or 11388908. OLE color: 11388908.
HSL color Cylindrical-coordinate representation of color #ECC7AD: hue angle of 24.76º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECC7AD is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 173 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.07 |
| HSL | 24.76º | 0.62% | 0.8% | - |
| HSV(B) | 24.76º | 0.27% | 0.93% | - |
| XYZ | 62.56 | 61.7 | 48.15 | - |
| YUV | 207.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 173 | 0 | 0.16 | 0.27 | 0.07 | 24.76 | 0.62 | 0.8 |
| Hex | EC | C7 | AD | 0 | 10 | 1B | 7 | 19 | 3E | 50 |
| Octal | 354 | 307 | 255 | 0 | 20 | 33 | 7 | 31 | 76 | 120 |
| Binary | 11101100 | 11000111 | 10101101 | 0 | 10000 | 11011 | 111 | 11001 | 111110 | 1010000 |
Color Harmonies of #ECC7AD
Complementary color
Monochromatic Colors of #ECC7AD
Black with #ECC7AD
Text Example
Text Example
White with #ECC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7AD; }
p { color: rgb(236,199,173); }
H1.HeaderClassName
{
color: #ECC7AD;
}
.AnyTagClassName
{
color: #ECC7AD;
}
</style>
background-color css
<style>
a { background-color: #ECC7AD; }
a { background-color: rgb(236,199,173); }
div.DivClassName
{
background-color: #ECC7AD;
}
.BgClassName
{
background-color: #ECC7AD;
}
</style>
border-color css
<style>
span { border-color: #ECC7AD; }
span { border-color: rgb(236,199,173); }
td.TdClassName
{
border-color: #ECC7AD;
}
.TagClassName
{
border-color: #ECC7AD;
}
</style>