Shades of Dust Storm #EBC8BA
Tints of Dust Storm #EBC8BA
RGB
CMYK
RGB Variations
Color information
#EBC8BA (or 0xEBC8BA) is known color: Dust Storm. HEX triplet: EB, C8 and BA. RGB value is (235,200,186). Sum of RGB (Red+Green+Blue) = 235+200+186=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8BA is #143745. Grayscale: #D0D0D0. Windows color (decimal): -1324870 or 12241131. OLE color: 12241131.
HSL color Cylindrical-coordinate representation of color #EBC8BA: hue angle of 17.14º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC8BA is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 186 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.08 |
| HSL | 17.14º | 0.55% | 0.83% | - |
| HSV(B) | 17.14º | 0.21% | 0.92% | - |
| XYZ | 63.78 | 62.52 | 55.16 | - |
| YUV | 208.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 186 | 0 | 0.15 | 0.21 | 0.08 | 17.14 | 0.55 | 0.83 |
| Hex | EB | C8 | BA | 0 | F | 15 | 8 | 11 | 37 | 53 |
| Octal | 353 | 310 | 272 | 0 | 17 | 25 | 10 | 21 | 67 | 123 |
| Binary | 11101011 | 11001000 | 10111010 | 0 | 1111 | 10101 | 1000 | 10001 | 110111 | 1010011 |
Color Harmonies of #EBC8BA
Complementary color
Monochromatic Colors of #EBC8BA
Black with #EBC8BA
Text Example
Text Example
White with #EBC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8BA; }
p { color: rgb(235,200,186); }
H1.HeaderClassName
{
color: #EBC8BA;
}
.AnyTagClassName
{
color: #EBC8BA;
}
</style>
background-color css
<style>
a { background-color: #EBC8BA; }
a { background-color: rgb(235,200,186); }
div.DivClassName
{
background-color: #EBC8BA;
}
.BgClassName
{
background-color: #EBC8BA;
}
</style>
border-color css
<style>
span { border-color: #EBC8BA; }
span { border-color: rgb(235,200,186); }
td.TdClassName
{
border-color: #EBC8BA;
}
.TagClassName
{
border-color: #EBC8BA;
}
</style>