Shades of Dust Storm #EBC7B9
Tints of Dust Storm #EBC7B9
RGB
CMYK
RGB Variations
Color information
#EBC7B9 (or 0xEBC7B9) is known color: Dust Storm. HEX triplet: EB, C7 and B9. RGB value is (235,199,185). Sum of RGB (Red+Green+Blue) = 235+199+185=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7B9 is #143846. Grayscale: #D0D0D0. Windows color (decimal): -1325127 or 12175339. OLE color: 12175339.
HSL color Cylindrical-coordinate representation of color #EBC7B9: hue angle of 16.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC7B9 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 185 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.08 |
| HSL | 16.8º | 0.56% | 0.82% | - |
| HSV(B) | 16.8º | 0.21% | 0.92% | - |
| XYZ | 63.44 | 62.01 | 54.52 | - |
| YUV | 208.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 185 | 0 | 0.15 | 0.21 | 0.08 | 16.8 | 0.56 | 0.82 |
| Hex | EB | C7 | B9 | 0 | F | 15 | 8 | 11 | 38 | 52 |
| Octal | 353 | 307 | 271 | 0 | 17 | 25 | 10 | 21 | 70 | 122 |
| Binary | 11101011 | 11000111 | 10111001 | 0 | 1111 | 10101 | 1000 | 10001 | 111000 | 1010010 |
Color Harmonies of #EBC7B9
Complementary color
Monochromatic Colors of #EBC7B9
Black with #EBC7B9
Text Example
Text Example
White with #EBC7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7B9; }
p { color: rgb(235,199,185); }
H1.HeaderClassName
{
color: #EBC7B9;
}
.AnyTagClassName
{
color: #EBC7B9;
}
</style>
background-color css
<style>
a { background-color: #EBC7B9; }
a { background-color: rgb(235,199,185); }
div.DivClassName
{
background-color: #EBC7B9;
}
.BgClassName
{
background-color: #EBC7B9;
}
</style>
border-color css
<style>
span { border-color: #EBC7B9; }
span { border-color: rgb(235,199,185); }
td.TdClassName
{
border-color: #EBC7B9;
}
.TagClassName
{
border-color: #EBC7B9;
}
</style>