Shades of Dust Storm #E7C9BA
Tints of Dust Storm #E7C9BA
RGB
CMYK
RGB Variations
Color information
#E7C9BA (or 0xE7C9BA) is known color: Dust Storm. HEX triplet: E7, C9 and BA. RGB value is (231,201,186). Sum of RGB (Red+Green+Blue) = 231+201+186=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9BA is #183645. Grayscale: #D0D0D0. Windows color (decimal): -1586758 or 12241383. OLE color: 12241383.
HSL color Cylindrical-coordinate representation of color #E7C9BA: hue angle of 20º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7C9BA is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 186 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.09 |
| HSL | 20º | 0.48% | 0.82% | - |
| HSV(B) | 20º | 0.19% | 0.91% | - |
| XYZ | 62.7 | 62.31 | 55.18 | - |
| YUV | 208.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 186 | 0 | 0.13 | 0.19 | 0.09 | 20 | 0.48 | 0.82 |
| Hex | E7 | C9 | BA | 0 | D | 13 | 9 | 14 | 30 | 52 |
| Octal | 347 | 311 | 272 | 0 | 15 | 23 | 11 | 24 | 60 | 122 |
| Binary | 11100111 | 11001001 | 10111010 | 0 | 1101 | 10011 | 1001 | 10100 | 110000 | 1010010 |
Color Harmonies of #E7C9BA
Complementary color
Monochromatic Colors of #E7C9BA
Black with #E7C9BA
Text Example
Text Example
White with #E7C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9BA; }
p { color: rgb(231,201,186); }
H1.HeaderClassName
{
color: #E7C9BA;
}
.AnyTagClassName
{
color: #E7C9BA;
}
</style>
background-color css
<style>
a { background-color: #E7C9BA; }
a { background-color: rgb(231,201,186); }
div.DivClassName
{
background-color: #E7C9BA;
}
.BgClassName
{
background-color: #E7C9BA;
}
</style>
border-color css
<style>
span { border-color: #E7C9BA; }
span { border-color: rgb(231,201,186); }
td.TdClassName
{
border-color: #E7C9BA;
}
.TagClassName
{
border-color: #E7C9BA;
}
</style>