Shades of Dust Storm #EBC9BF
Tints of Dust Storm #EBC9BF
RGB
CMYK
RGB Variations
Color information
#EBC9BF (or 0xEBC9BF) is known color: Dust Storm. HEX triplet: EB, C9 and BF. RGB value is (235,201,191). Sum of RGB (Red+Green+Blue) = 235+201+191=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9BF is #143640. Grayscale: #D2D2D2. Windows color (decimal): -1324609 or 12569067. OLE color: 12569067.
HSL color Cylindrical-coordinate representation of color #EBC9BF: hue angle of 13.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC9BF is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 191 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.08 |
| HSL | 13.64º | 0.52% | 0.84% | - |
| HSV(B) | 13.64º | 0.19% | 0.92% | - |
| XYZ | 64.55 | 63.2 | 58.09 | - |
| YUV | 210.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 191 | 0 | 0.14 | 0.19 | 0.08 | 13.64 | 0.52 | 0.84 |
| Hex | EB | C9 | BF | 0 | E | 13 | 8 | E | 34 | 54 |
| Octal | 353 | 311 | 277 | 0 | 16 | 23 | 10 | 16 | 64 | 124 |
| Binary | 11101011 | 11001001 | 10111111 | 0 | 1110 | 10011 | 1000 | 1110 | 110100 | 1010100 |
Color Harmonies of #EBC9BF
Complementary color
Monochromatic Colors of #EBC9BF
Black with #EBC9BF
Text Example
Text Example
White with #EBC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9BF; }
p { color: rgb(235,201,191); }
H1.HeaderClassName
{
color: #EBC9BF;
}
.AnyTagClassName
{
color: #EBC9BF;
}
</style>
background-color css
<style>
a { background-color: #EBC9BF; }
a { background-color: rgb(235,201,191); }
div.DivClassName
{
background-color: #EBC9BF;
}
.BgClassName
{
background-color: #EBC9BF;
}
</style>
border-color css
<style>
span { border-color: #EBC9BF; }
span { border-color: rgb(235,201,191); }
td.TdClassName
{
border-color: #EBC9BF;
}
.TagClassName
{
border-color: #EBC9BF;
}
</style>