Shades of Desert Sand #ECC6AD
Tints of Desert Sand #ECC6AD
RGB
CMYK
RGB Variations
Color information
#ECC6AD (or 0xECC6AD) is known color: Desert Sand. HEX triplet: EC, C6 and AD. RGB value is (236,198,173). Sum of RGB (Red+Green+Blue) = 236+198+173=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6AD is #133952. Grayscale: #CECECE. Windows color (decimal): -1259859 or 11388652. OLE color: 11388652.
HSL color Cylindrical-coordinate representation of color #ECC6AD: hue angle of 23.81º 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 #ECC6AD is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 173 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.07 |
| HSL | 23.81º | 0.62% | 0.8% | - |
| HSV(B) | 23.81º | 0.27% | 0.93% | - |
| XYZ | 62.33 | 61.24 | 48.07 | - |
| YUV | 206.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 173 | 0 | 0.16 | 0.27 | 0.07 | 23.81 | 0.62 | 0.8 |
| Hex | EC | C6 | AD | 0 | 10 | 1B | 7 | 18 | 3E | 50 |
| Octal | 354 | 306 | 255 | 0 | 20 | 33 | 7 | 30 | 76 | 120 |
| Binary | 11101100 | 11000110 | 10101101 | 0 | 10000 | 11011 | 111 | 11000 | 111110 | 1010000 |
Color Harmonies of #ECC6AD
Complementary color
Monochromatic Colors of #ECC6AD
Black with #ECC6AD
Text Example
Text Example
White with #ECC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6AD; }
p { color: rgb(236,198,173); }
H1.HeaderClassName
{
color: #ECC6AD;
}
.AnyTagClassName
{
color: #ECC6AD;
}
</style>
background-color css
<style>
a { background-color: #ECC6AD; }
a { background-color: rgb(236,198,173); }
div.DivClassName
{
background-color: #ECC6AD;
}
.BgClassName
{
background-color: #ECC6AD;
}
</style>
border-color css
<style>
span { border-color: #ECC6AD; }
span { border-color: rgb(236,198,173); }
td.TdClassName
{
border-color: #ECC6AD;
}
.TagClassName
{
border-color: #ECC6AD;
}
</style>