Shades of Dust Storm #ECC4BA
Tints of Dust Storm #ECC4BA
RGB
CMYK
RGB Variations
Color information
#ECC4BA (or 0xECC4BA) is known color: Dust Storm. HEX triplet: EC, C4 and BA. RGB value is (236,196,186). Sum of RGB (Red+Green+Blue) = 236+196+186=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4BA is #133B45. Grayscale: #CECECE. Windows color (decimal): -1260358 or 12240108. OLE color: 12240108.
HSL color Cylindrical-coordinate representation of color #ECC4BA: hue angle of 12º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC4BA is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 186 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.07 |
| HSL | 12º | 0.57% | 0.83% | - |
| HSV(B) | 12º | 0.21% | 0.93% | - |
| XYZ | 63.19 | 60.86 | 54.87 | - |
| YUV | 206.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 186 | 0 | 0.17 | 0.21 | 0.07 | 12 | 0.57 | 0.83 |
| Hex | EC | C4 | BA | 0 | 11 | 15 | 7 | C | 39 | 53 |
| Octal | 354 | 304 | 272 | 0 | 21 | 25 | 7 | 14 | 71 | 123 |
| Binary | 11101100 | 11000100 | 10111010 | 0 | 10001 | 10101 | 111 | 1100 | 111001 | 1010011 |
Color Harmonies of #ECC4BA
Complementary color
Monochromatic Colors of #ECC4BA
Black with #ECC4BA
Text Example
Text Example
White with #ECC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4BA; }
p { color: rgb(236,196,186); }
H1.HeaderClassName
{
color: #ECC4BA;
}
.AnyTagClassName
{
color: #ECC4BA;
}
</style>
background-color css
<style>
a { background-color: #ECC4BA; }
a { background-color: rgb(236,196,186); }
div.DivClassName
{
background-color: #ECC4BA;
}
.BgClassName
{
background-color: #ECC4BA;
}
</style>
border-color css
<style>
span { border-color: #ECC4BA; }
span { border-color: rgb(236,196,186); }
td.TdClassName
{
border-color: #ECC4BA;
}
.TagClassName
{
border-color: #ECC4BA;
}
</style>