Shades of Desert Sand #ECCBB4
Tints of Desert Sand #ECCBB4
RGB
CMYK
RGB Variations
Color information
#ECCBB4 (or 0xECCBB4) is known color: Desert Sand. HEX triplet: EC, CB and B4. RGB value is (236,203,180). Sum of RGB (Red+Green+Blue) = 236+203+180=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBB4 is #13344B. Grayscale: #D2D2D2. Windows color (decimal): -1258572 or 11848684. OLE color: 11848684.
HSL color Cylindrical-coordinate representation of color #ECCBB4: hue angle of 24.64º 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 #ECCBB4 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 180 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.07 |
| HSL | 24.64º | 0.6% | 0.82% | - |
| HSV(B) | 24.64º | 0.24% | 0.93% | - |
| XYZ | 64.19 | 63.84 | 52.12 | - |
| YUV | 210.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 180 | 0 | 0.14 | 0.24 | 0.07 | 24.64 | 0.6 | 0.82 |
| Hex | EC | CB | B4 | 0 | E | 18 | 7 | 19 | 3C | 52 |
| Octal | 354 | 313 | 264 | 0 | 16 | 30 | 7 | 31 | 74 | 122 |
| Binary | 11101100 | 11001011 | 10110100 | 0 | 1110 | 11000 | 111 | 11001 | 111100 | 1010010 |
Color Harmonies of #ECCBB4
Complementary color
Monochromatic Colors of #ECCBB4
Black with #ECCBB4
Text Example
Text Example
White with #ECCBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBB4; }
p { color: rgb(236,203,180); }
H1.HeaderClassName
{
color: #ECCBB4;
}
.AnyTagClassName
{
color: #ECCBB4;
}
</style>
background-color css
<style>
a { background-color: #ECCBB4; }
a { background-color: rgb(236,203,180); }
div.DivClassName
{
background-color: #ECCBB4;
}
.BgClassName
{
background-color: #ECCBB4;
}
</style>
border-color css
<style>
span { border-color: #ECCBB4; }
span { border-color: rgb(236,203,180); }
td.TdClassName
{
border-color: #ECCBB4;
}
.TagClassName
{
border-color: #ECCBB4;
}
</style>