Shades of Dust Storm #EBC4BA
Tints of Dust Storm #EBC4BA
RGB
CMYK
RGB Variations
Color information
#EBC4BA (or 0xEBC4BA) is known color: Dust Storm. HEX triplet: EB, C4 and BA. RGB value is (235,196,186). Sum of RGB (Red+Green+Blue) = 235+196+186=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4BA is #143B45. Grayscale: #CECECE. Windows color (decimal): -1325894 or 12240107. OLE color: 12240107.
HSL color Cylindrical-coordinate representation of color #EBC4BA: hue angle of 12.24º 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 #EBC4BA is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 186 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.08 |
| HSL | 12.24º | 0.55% | 0.83% | - |
| HSV(B) | 12.24º | 0.21% | 0.92% | - |
| XYZ | 62.86 | 60.69 | 54.85 | - |
| YUV | 206.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 186 | 0 | 0.17 | 0.21 | 0.08 | 12.24 | 0.55 | 0.83 |
| Hex | EB | C4 | BA | 0 | 11 | 15 | 8 | C | 37 | 53 |
| Octal | 353 | 304 | 272 | 0 | 21 | 25 | 10 | 14 | 67 | 123 |
| Binary | 11101011 | 11000100 | 10111010 | 0 | 10001 | 10101 | 1000 | 1100 | 110111 | 1010011 |
Color Harmonies of #EBC4BA
Complementary color
Monochromatic Colors of #EBC4BA
Black with #EBC4BA
Text Example
Text Example
White with #EBC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4BA; }
p { color: rgb(235,196,186); }
H1.HeaderClassName
{
color: #EBC4BA;
}
.AnyTagClassName
{
color: #EBC4BA;
}
</style>
background-color css
<style>
a { background-color: #EBC4BA; }
a { background-color: rgb(235,196,186); }
div.DivClassName
{
background-color: #EBC4BA;
}
.BgClassName
{
background-color: #EBC4BA;
}
</style>
border-color css
<style>
span { border-color: #EBC4BA; }
span { border-color: rgb(235,196,186); }
td.TdClassName
{
border-color: #EBC4BA;
}
.TagClassName
{
border-color: #EBC4BA;
}
</style>