Shades of Desert Sand #ECC8AF
Tints of Desert Sand #ECC8AF
RGB
CMYK
RGB Variations
Color information
#ECC8AF (or 0xECC8AF) is known color: Desert Sand. HEX triplet: EC, C8 and AF. RGB value is (236,200,175). Sum of RGB (Red+Green+Blue) = 236+200+175=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC8AF is #133750. Grayscale: #D0D0D0. Windows color (decimal): -1259345 or 11520236. OLE color: 11520236.
HSL color Cylindrical-coordinate representation of color #ECC8AF: hue angle of 24.59º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECC8AF is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 175 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.07 |
| HSL | 24.59º | 0.62% | 0.81% | - |
| HSV(B) | 24.59º | 0.26% | 0.93% | - |
| XYZ | 62.98 | 62.24 | 49.25 | - |
| YUV | 207.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 175 | 0 | 0.15 | 0.26 | 0.07 | 24.59 | 0.62 | 0.81 |
| Hex | EC | C8 | AF | 0 | F | 1A | 7 | 19 | 3E | 51 |
| Octal | 354 | 310 | 257 | 0 | 17 | 32 | 7 | 31 | 76 | 121 |
| Binary | 11101100 | 11001000 | 10101111 | 0 | 1111 | 11010 | 111 | 11001 | 111110 | 1010001 |
Color Harmonies of #ECC8AF
Complementary color
Monochromatic Colors of #ECC8AF
Black with #ECC8AF
Text Example
Text Example
White with #ECC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8AF; }
p { color: rgb(236,200,175); }
H1.HeaderClassName
{
color: #ECC8AF;
}
.AnyTagClassName
{
color: #ECC8AF;
}
</style>
background-color css
<style>
a { background-color: #ECC8AF; }
a { background-color: rgb(236,200,175); }
div.DivClassName
{
background-color: #ECC8AF;
}
.BgClassName
{
background-color: #ECC8AF;
}
</style>
border-color css
<style>
span { border-color: #ECC8AF; }
span { border-color: rgb(236,200,175); }
td.TdClassName
{
border-color: #ECC8AF;
}
.TagClassName
{
border-color: #ECC8AF;
}
</style>