Shades of Dust Storm #EBC5C0
Tints of Dust Storm #EBC5C0
RGB
CMYK
RGB Variations
Color information
#EBC5C0 (or 0xEBC5C0) is known color: Dust Storm. HEX triplet: EB, C5 and C0. RGB value is (235,197,192). Sum of RGB (Red+Green+Blue) = 235+197+192=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C0 is #143A3F. Grayscale: #CFCFCF. Windows color (decimal): -1325632 or 12633579. OLE color: 12633579.
HSL color Cylindrical-coordinate representation of color #EBC5C0: hue angle of 6.98º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC5C0 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 192 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.08 |
| HSL | 6.98º | 0.52% | 0.84% | - |
| HSV(B) | 6.98º | 0.18% | 0.92% | - |
| XYZ | 63.74 | 61.4 | 58.36 | - |
| YUV | 207.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 192 | 0 | 0.16 | 0.18 | 0.08 | 6.98 | 0.52 | 0.84 |
| Hex | EB | C5 | C0 | 0 | 10 | 12 | 8 | 7 | 34 | 54 |
| Octal | 353 | 305 | 300 | 0 | 20 | 22 | 10 | 7 | 64 | 124 |
| Binary | 11101011 | 11000101 | 11000000 | 0 | 10000 | 10010 | 1000 | 111 | 110100 | 1010100 |
Color Harmonies of #EBC5C0
Complementary color
Monochromatic Colors of #EBC5C0
Black with #EBC5C0
Text Example
Text Example
White with #EBC5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5C0; }
p { color: rgb(235,197,192); }
H1.HeaderClassName
{
color: #EBC5C0;
}
.AnyTagClassName
{
color: #EBC5C0;
}
</style>
background-color css
<style>
a { background-color: #EBC5C0; }
a { background-color: rgb(235,197,192); }
div.DivClassName
{
background-color: #EBC5C0;
}
.BgClassName
{
background-color: #EBC5C0;
}
</style>
border-color css
<style>
span { border-color: #EBC5C0; }
span { border-color: rgb(235,197,192); }
td.TdClassName
{
border-color: #EBC5C0;
}
.TagClassName
{
border-color: #EBC5C0;
}
</style>