Shades of Dust Storm #E0C5BE
Tints of Dust Storm #E0C5BE
RGB
CMYK
RGB Variations
Color information
#E0C5BE (or 0xE0C5BE) is known color: Dust Storm. HEX triplet: E0, C5 and BE. RGB value is (224,197,190). Sum of RGB (Red+Green+Blue) = 224+197+190=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C5BE is #1F3A41. Grayscale: #CCCCCC. Windows color (decimal): -2046530 or 12502496. OLE color: 12502496.
HSL color Cylindrical-coordinate representation of color #E0C5BE: hue angle of 12.35º 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 #E0C5BE is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 190 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.12 |
| HSL | 12.35º | 0.35% | 0.81% | - |
| HSV(B) | 12.35º | 0.15% | 0.88% | - |
| XYZ | 60 | 59.5 | 57.04 | - |
| YUV | 204.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 190 | 0 | 0.12 | 0.15 | 0.12 | 12.35 | 0.35 | 0.81 |
| Hex | E0 | C5 | BE | 0 | C | F | C | C | 23 | 51 |
| Octal | 340 | 305 | 276 | 0 | 14 | 17 | 14 | 14 | 43 | 121 |
| Binary | 11100000 | 11000101 | 10111110 | 0 | 1100 | 1111 | 1100 | 1100 | 100011 | 1010001 |
Color Harmonies of #E0C5BE
Complementary color
Monochromatic Colors of #E0C5BE
Black with #E0C5BE
Text Example
Text Example
White with #E0C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C5BE; }
p { color: rgb(224,197,190); }
H1.HeaderClassName
{
color: #E0C5BE;
}
.AnyTagClassName
{
color: #E0C5BE;
}
</style>
background-color css
<style>
a { background-color: #E0C5BE; }
a { background-color: rgb(224,197,190); }
div.DivClassName
{
background-color: #E0C5BE;
}
.BgClassName
{
background-color: #E0C5BE;
}
</style>
border-color css
<style>
span { border-color: #E0C5BE; }
span { border-color: rgb(224,197,190); }
td.TdClassName
{
border-color: #E0C5BE;
}
.TagClassName
{
border-color: #E0C5BE;
}
</style>