Shades of Dust Storm #EBC5BC
Tints of Dust Storm #EBC5BC
RGB
CMYK
RGB Variations
Color information
#EBC5BC (or 0xEBC5BC) is known color: Dust Storm. HEX triplet: EB, C5 and BC. RGB value is (235,197,188). Sum of RGB (Red+Green+Blue) = 235+197+188=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5BC is #143A43. Grayscale: #CFCFCF. Windows color (decimal): -1325636 or 12371435. OLE color: 12371435.
HSL color Cylindrical-coordinate representation of color #EBC5BC: hue angle of 11.49º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC5BC is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 188 | - |
| CMYK | 0 | 0.16 | 0.2 | 0.08 |
| HSL | 11.49º | 0.54% | 0.83% | - |
| HSV(B) | 11.49º | 0.2% | 0.92% | - |
| XYZ | 63.3 | 61.23 | 56.06 | - |
| YUV | 207.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 188 | 0 | 0.16 | 0.2 | 0.08 | 11.49 | 0.54 | 0.83 |
| Hex | EB | C5 | BC | 0 | 10 | 14 | 8 | B | 36 | 53 |
| Octal | 353 | 305 | 274 | 0 | 20 | 24 | 10 | 13 | 66 | 123 |
| Binary | 11101011 | 11000101 | 10111100 | 0 | 10000 | 10100 | 1000 | 1011 | 110110 | 1010011 |
Color Harmonies of #EBC5BC
Complementary color
Monochromatic Colors of #EBC5BC
Black with #EBC5BC
Text Example
Text Example
White with #EBC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5BC; }
p { color: rgb(235,197,188); }
H1.HeaderClassName
{
color: #EBC5BC;
}
.AnyTagClassName
{
color: #EBC5BC;
}
</style>
background-color css
<style>
a { background-color: #EBC5BC; }
a { background-color: rgb(235,197,188); }
div.DivClassName
{
background-color: #EBC5BC;
}
.BgClassName
{
background-color: #EBC5BC;
}
</style>
border-color css
<style>
span { border-color: #EBC5BC; }
span { border-color: rgb(235,197,188); }
td.TdClassName
{
border-color: #EBC5BC;
}
.TagClassName
{
border-color: #EBC5BC;
}
</style>