Shades of Dust Storm #E0C7BC
Tints of Dust Storm #E0C7BC
RGB
CMYK
RGB Variations
Color information
#E0C7BC (or 0xE0C7BC) is known color: Dust Storm. HEX triplet: E0, C7 and BC. RGB value is (224,199,188). Sum of RGB (Red+Green+Blue) = 224+199+188=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C7BC is #1F3843. Grayscale: #CDCDCD. Windows color (decimal): -2046020 or 12371936. OLE color: 12371936.
HSL color Cylindrical-coordinate representation of color #E0C7BC: hue angle of 18.33º 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 #E0C7BC is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 188 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.12 |
| HSL | 18.33º | 0.37% | 0.81% | - |
| HSV(B) | 18.33º | 0.16% | 0.88% | - |
| XYZ | 60.24 | 60.32 | 56.05 | - |
| YUV | 205.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 188 | 0 | 0.11 | 0.16 | 0.12 | 18.33 | 0.37 | 0.81 |
| Hex | E0 | C7 | BC | 0 | B | 10 | C | 12 | 25 | 51 |
| Octal | 340 | 307 | 274 | 0 | 13 | 20 | 14 | 22 | 45 | 121 |
| Binary | 11100000 | 11000111 | 10111100 | 0 | 1011 | 10000 | 1100 | 10010 | 100101 | 1010001 |
Color Harmonies of #E0C7BC
Complementary color
Monochromatic Colors of #E0C7BC
Black with #E0C7BC
Text Example
Text Example
White with #E0C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7BC; }
p { color: rgb(224,199,188); }
H1.HeaderClassName
{
color: #E0C7BC;
}
.AnyTagClassName
{
color: #E0C7BC;
}
</style>
background-color css
<style>
a { background-color: #E0C7BC; }
a { background-color: rgb(224,199,188); }
div.DivClassName
{
background-color: #E0C7BC;
}
.BgClassName
{
background-color: #E0C7BC;
}
</style>
border-color css
<style>
span { border-color: #E0C7BC; }
span { border-color: rgb(224,199,188); }
td.TdClassName
{
border-color: #E0C7BC;
}
.TagClassName
{
border-color: #E0C7BC;
}
</style>