Shades of Desert Sand #ECCCAD
Tints of Desert Sand #ECCCAD
RGB
CMYK
RGB Variations
Color information
#ECCCAD (or 0xECCCAD) is known color: Desert Sand. HEX triplet: EC, CC and AD. RGB value is (236,204,173). Sum of RGB (Red+Green+Blue) = 236+204+173=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCCAD is #133352. Grayscale: #D2D2D2. Windows color (decimal): -1258323 or 11390188. OLE color: 11390188.
HSL color Cylindrical-coordinate representation of color #ECCCAD: hue angle of 29.52º 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 #ECCCAD is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 173 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.07 |
| HSL | 29.52º | 0.62% | 0.8% | - |
| HSV(B) | 29.52º | 0.27% | 0.93% | - |
| XYZ | 63.73 | 64.04 | 48.54 | - |
| YUV | 210.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 173 | 0 | 0.14 | 0.27 | 0.07 | 29.52 | 0.62 | 0.8 |
| Hex | EC | CC | AD | 0 | E | 1B | 7 | 1E | 3E | 50 |
| Octal | 354 | 314 | 255 | 0 | 16 | 33 | 7 | 36 | 76 | 120 |
| Binary | 11101100 | 11001100 | 10101101 | 0 | 1110 | 11011 | 111 | 11110 | 111110 | 1010000 |
Color Harmonies of #ECCCAD
Complementary color
Monochromatic Colors of #ECCCAD
Black with #ECCCAD
Text Example
Text Example
White with #ECCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCAD; }
p { color: rgb(236,204,173); }
H1.HeaderClassName
{
color: #ECCCAD;
}
.AnyTagClassName
{
color: #ECCCAD;
}
</style>
background-color css
<style>
a { background-color: #ECCCAD; }
a { background-color: rgb(236,204,173); }
div.DivClassName
{
background-color: #ECCCAD;
}
.BgClassName
{
background-color: #ECCCAD;
}
</style>
border-color css
<style>
span { border-color: #ECCCAD; }
span { border-color: rgb(236,204,173); }
td.TdClassName
{
border-color: #ECCCAD;
}
.TagClassName
{
border-color: #ECCCAD;
}
</style>