Shades of Dust Storm #EBC7BE
Tints of Dust Storm #EBC7BE
RGB
CMYK
RGB Variations
Color information
#EBC7BE (or 0xEBC7BE) is known color: Dust Storm. HEX triplet: EB, C7 and BE. RGB value is (235,199,190). Sum of RGB (Red+Green+Blue) = 235+199+190=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7BE is #143841. Grayscale: #D0D0D0. Windows color (decimal): -1325122 or 12503019. OLE color: 12503019.
HSL color Cylindrical-coordinate representation of color #EBC7BE: hue angle of 12º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC7BE is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 190 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.08 |
| HSL | 12º | 0.53% | 0.83% | - |
| HSV(B) | 12º | 0.19% | 0.92% | - |
| XYZ | 63.98 | 62.23 | 57.35 | - |
| YUV | 208.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 190 | 0 | 0.15 | 0.19 | 0.08 | 12 | 0.53 | 0.83 |
| Hex | EB | C7 | BE | 0 | F | 13 | 8 | C | 35 | 53 |
| Octal | 353 | 307 | 276 | 0 | 17 | 23 | 10 | 14 | 65 | 123 |
| Binary | 11101011 | 11000111 | 10111110 | 0 | 1111 | 10011 | 1000 | 1100 | 110101 | 1010011 |
Color Harmonies of #EBC7BE
Complementary color
Monochromatic Colors of #EBC7BE
Black with #EBC7BE
Text Example
Text Example
White with #EBC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7BE; }
p { color: rgb(235,199,190); }
H1.HeaderClassName
{
color: #EBC7BE;
}
.AnyTagClassName
{
color: #EBC7BE;
}
</style>
background-color css
<style>
a { background-color: #EBC7BE; }
a { background-color: rgb(235,199,190); }
div.DivClassName
{
background-color: #EBC7BE;
}
.BgClassName
{
background-color: #EBC7BE;
}
</style>
border-color css
<style>
span { border-color: #EBC7BE; }
span { border-color: rgb(235,199,190); }
td.TdClassName
{
border-color: #EBC7BE;
}
.TagClassName
{
border-color: #EBC7BE;
}
</style>