Shades of Dust Storm #E0C9BC
Tints of Dust Storm #E0C9BC
RGB
CMYK
RGB Variations
Color information
#E0C9BC (or 0xE0C9BC) is known color: Dust Storm. HEX triplet: E0, C9 and BC. RGB value is (224,201,188). Sum of RGB (Red+Green+Blue) = 224+201+188=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9BC is #1F3643. Grayscale: #CECECE. Windows color (decimal): -2045508 or 12372448. OLE color: 12372448.
HSL color Cylindrical-coordinate representation of color #E0C9BC: hue angle of 21.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0C9BC is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 188 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.12 |
| HSL | 21.67º | 0.37% | 0.81% | - |
| HSV(B) | 21.67º | 0.16% | 0.88% | - |
| XYZ | 60.7 | 61.25 | 56.2 | - |
| YUV | 206.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 188 | 0 | 0.10 | 0.16 | 0.12 | 21.67 | 0.37 | 0.81 |
| Hex | E0 | C9 | BC | 0 | A | 10 | C | 16 | 25 | 51 |
| Octal | 340 | 311 | 274 | 0 | 12 | 20 | 14 | 26 | 45 | 121 |
| Binary | 11100000 | 11001001 | 10111100 | 0 | 1010 | 10000 | 1100 | 10110 | 100101 | 1010001 |
Color Harmonies of #E0C9BC
Complementary color
Monochromatic Colors of #E0C9BC
Black with #E0C9BC
Text Example
Text Example
White with #E0C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C9BC; }
p { color: rgb(224,201,188); }
H1.HeaderClassName
{
color: #E0C9BC;
}
.AnyTagClassName
{
color: #E0C9BC;
}
</style>
background-color css
<style>
a { background-color: #E0C9BC; }
a { background-color: rgb(224,201,188); }
div.DivClassName
{
background-color: #E0C9BC;
}
.BgClassName
{
background-color: #E0C9BC;
}
</style>
border-color css
<style>
span { border-color: #E0C9BC; }
span { border-color: rgb(224,201,188); }
td.TdClassName
{
border-color: #E0C9BC;
}
.TagClassName
{
border-color: #E0C9BC;
}
</style>