Shades of Desert Sand #ECCAB4
Tints of Desert Sand #ECCAB4
RGB
CMYK
RGB Variations
Color information
#ECCAB4 (or 0xECCAB4) is known color: Desert Sand. HEX triplet: EC, CA and B4. RGB value is (236,202,180). Sum of RGB (Red+Green+Blue) = 236+202+180=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAB4 is #13354B. Grayscale: #D1D1D1. Windows color (decimal): -1258828 or 11848428. OLE color: 11848428.
HSL color Cylindrical-coordinate representation of color #ECCAB4: hue angle of 23.57º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECCAB4 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 202 | 180 | - |
CMYK | 0 | 0.14 | 0.24 | 0.07 |
HSL | 23.57º | 0.6% | 0.82% | - |
HSV(B) | 23.57º | 0.24% | 0.93% | - |
XYZ | 63.95 | 63.37 | 52.04 | - |
YUV | 209.66 | 111.26 | 146.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 180 | 0 | 0.14 | 0.24 | 0.07 | 23.57 | 0.6 | 0.82 |
Hex | EC | CA | B4 | 0 | E | 18 | 7 | 18 | 3C | 52 |
Octal | 354 | 312 | 264 | 0 | 16 | 30 | 7 | 30 | 74 | 122 |
Binary | 11101100 | 11001010 | 10110100 | 0 | 1110 | 11000 | 111 | 11000 | 111100 | 1010010 |
Color Harmonies of #ECCAB4
Complementary color
Monochromatic Colors of #ECCAB4
Black with #ECCAB4
Text Example
Text Example
White with #ECCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAB4; }
p { color: rgb(236,202,180); }
H1.HeaderClassName
{
color: #ECCAB4;
}
.AnyTagClassName
{
color: #ECCAB4;
}
</style>
background-color css
<style>
a { background-color: #ECCAB4; }
a { background-color: rgb(236,202,180); }
div.DivClassName
{
background-color: #ECCAB4;
}
.BgClassName
{
background-color: #ECCAB4;
}
</style>
border-color css
<style>
span { border-color: #ECCAB4; }
span { border-color: rgb(236,202,180); }
td.TdClassName
{
border-color: #ECCAB4;
}
.TagClassName
{
border-color: #ECCAB4;
}
</style>