Shades of Dust Storm #E0C7BE
Tints of Dust Storm #E0C7BE
RGB
CMYK
RGB Variations
Color information
#E0C7BE (or 0xE0C7BE) is known color: Dust Storm. HEX triplet: E0, C7 and BE. RGB value is (224,199,190). Sum of RGB (Red+Green+Blue) = 224+199+190=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C7BE is #1F3841. Grayscale: #CDCDCD. Windows color (decimal): -2046018 or 12503008. OLE color: 12503008.
HSL color Cylindrical-coordinate representation of color #E0C7BE: hue angle of 15.88º 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 #E0C7BE is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 190 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.12 |
| HSL | 15.88º | 0.35% | 0.81% | - |
| HSV(B) | 15.88º | 0.15% | 0.88% | - |
| XYZ | 60.46 | 60.41 | 57.19 | - |
| YUV | 205.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 190 | 0 | 0.11 | 0.15 | 0.12 | 15.88 | 0.35 | 0.81 |
| Hex | E0 | C7 | BE | 0 | B | F | C | 10 | 23 | 51 |
| Octal | 340 | 307 | 276 | 0 | 13 | 17 | 14 | 20 | 43 | 121 |
| Binary | 11100000 | 11000111 | 10111110 | 0 | 1011 | 1111 | 1100 | 10000 | 100011 | 1010001 |
Color Harmonies of #E0C7BE
Complementary color
Monochromatic Colors of #E0C7BE
Black with #E0C7BE
Text Example
Text Example
White with #E0C7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7BE; }
p { color: rgb(224,199,190); }
H1.HeaderClassName
{
color: #E0C7BE;
}
.AnyTagClassName
{
color: #E0C7BE;
}
</style>
background-color css
<style>
a { background-color: #E0C7BE; }
a { background-color: rgb(224,199,190); }
div.DivClassName
{
background-color: #E0C7BE;
}
.BgClassName
{
background-color: #E0C7BE;
}
</style>
border-color css
<style>
span { border-color: #E0C7BE; }
span { border-color: rgb(224,199,190); }
td.TdClassName
{
border-color: #E0C7BE;
}
.TagClassName
{
border-color: #E0C7BE;
}
</style>