Shades of Dust Storm #E0C9BF
Tints of Dust Storm #E0C9BF
RGB
CMYK
RGB Variations
Color information
#E0C9BF (or 0xE0C9BF) is known color: Dust Storm. HEX triplet: E0, C9 and BF. RGB value is (224,201,191). Sum of RGB (Red+Green+Blue) = 224+201+191=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9BF is #1F3640. Grayscale: #CECECE. Windows color (decimal): -2045505 or 12569056. OLE color: 12569056.
HSL color Cylindrical-coordinate representation of color #E0C9BF: hue angle of 18.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0C9BF is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 191 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.12 |
| HSL | 18.18º | 0.35% | 0.81% | - |
| HSV(B) | 18.18º | 0.15% | 0.88% | - |
| XYZ | 61.03 | 61.38 | 57.92 | - |
| YUV | 206.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 191 | 0 | 0.10 | 0.15 | 0.12 | 18.18 | 0.35 | 0.81 |
| Hex | E0 | C9 | BF | 0 | A | F | C | 12 | 23 | 51 |
| Octal | 340 | 311 | 277 | 0 | 12 | 17 | 14 | 22 | 43 | 121 |
| Binary | 11100000 | 11001001 | 10111111 | 0 | 1010 | 1111 | 1100 | 10010 | 100011 | 1010001 |
Color Harmonies of #E0C9BF
Complementary color
Monochromatic Colors of #E0C9BF
Black with #E0C9BF
Text Example
Text Example
White with #E0C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C9BF; }
p { color: rgb(224,201,191); }
H1.HeaderClassName
{
color: #E0C9BF;
}
.AnyTagClassName
{
color: #E0C9BF;
}
</style>
background-color css
<style>
a { background-color: #E0C9BF; }
a { background-color: rgb(224,201,191); }
div.DivClassName
{
background-color: #E0C9BF;
}
.BgClassName
{
background-color: #E0C9BF;
}
</style>
border-color css
<style>
span { border-color: #E0C9BF; }
span { border-color: rgb(224,201,191); }
td.TdClassName
{
border-color: #E0C9BF;
}
.TagClassName
{
border-color: #E0C9BF;
}
</style>