Shades of Desert Sand #ECCEAD
Tints of Desert Sand #ECCEAD
RGB
CMYK
RGB Variations
Color information
#ECCEAD (or 0xECCEAD) is known color: Desert Sand. HEX triplet: EC, CE and AD. RGB value is (236,206,173). Sum of RGB (Red+Green+Blue) = 236+206+173=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCEAD is #133152. Grayscale: #D3D3D3. Windows color (decimal): -1257811 or 11390700. OLE color: 11390700.
HSL color Cylindrical-coordinate representation of color #ECCEAD: hue angle of 31.43º 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 #ECCEAD is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 173 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.07 |
| HSL | 31.43º | 0.62% | 0.8% | - |
| HSV(B) | 31.43º | 0.27% | 0.93% | - |
| XYZ | 64.21 | 64.99 | 48.7 | - |
| YUV | 211.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 173 | 0 | 0.13 | 0.27 | 0.07 | 31.43 | 0.62 | 0.8 |
| Hex | EC | CE | AD | 0 | D | 1B | 7 | 1F | 3E | 50 |
| Octal | 354 | 316 | 255 | 0 | 15 | 33 | 7 | 37 | 76 | 120 |
| Binary | 11101100 | 11001110 | 10101101 | 0 | 1101 | 11011 | 111 | 11111 | 111110 | 1010000 |
Color Harmonies of #ECCEAD
Complementary color
Monochromatic Colors of #ECCEAD
Black with #ECCEAD
Text Example
Text Example
White with #ECCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEAD; }
p { color: rgb(236,206,173); }
H1.HeaderClassName
{
color: #ECCEAD;
}
.AnyTagClassName
{
color: #ECCEAD;
}
</style>
background-color css
<style>
a { background-color: #ECCEAD; }
a { background-color: rgb(236,206,173); }
div.DivClassName
{
background-color: #ECCEAD;
}
.BgClassName
{
background-color: #ECCEAD;
}
</style>
border-color css
<style>
span { border-color: #ECCEAD; }
span { border-color: rgb(236,206,173); }
td.TdClassName
{
border-color: #ECCEAD;
}
.TagClassName
{
border-color: #ECCEAD;
}
</style>