Shades of Dust Storm #E5C4BE
Tints of Dust Storm #E5C4BE
RGB
CMYK
RGB Variations
Color information
#E5C4BE (or 0xE5C4BE) is known color: Dust Storm. HEX triplet: E5, C4 and BE. RGB value is (229,196,190). Sum of RGB (Red+Green+Blue) = 229+196+190=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4BE is #1A3B41. Grayscale: #CDCDCD. Windows color (decimal): -1719106 or 12502245. OLE color: 12502245.
HSL color Cylindrical-coordinate representation of color #E5C4BE: hue angle of 9.23º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5C4BE is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 190 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.10 |
| HSL | 9.23º | 0.43% | 0.82% | - |
| HSV(B) | 9.23º | 0.17% | 0.9% | - |
| XYZ | 61.35 | 59.86 | 57.04 | - |
| YUV | 205.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 190 | 0 | 0.14 | 0.17 | 0.10 | 9.23 | 0.43 | 0.82 |
| Hex | E5 | C4 | BE | 0 | E | 11 | A | 9 | 2B | 52 |
| Octal | 345 | 304 | 276 | 0 | 16 | 21 | 12 | 11 | 53 | 122 |
| Binary | 11100101 | 11000100 | 10111110 | 0 | 1110 | 10001 | 1010 | 1001 | 101011 | 1010010 |
Color Harmonies of #E5C4BE
Complementary color
Monochromatic Colors of #E5C4BE
Black with #E5C4BE
Text Example
Text Example
White with #E5C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C4BE; }
p { color: rgb(229,196,190); }
H1.HeaderClassName
{
color: #E5C4BE;
}
.AnyTagClassName
{
color: #E5C4BE;
}
</style>
background-color css
<style>
a { background-color: #E5C4BE; }
a { background-color: rgb(229,196,190); }
div.DivClassName
{
background-color: #E5C4BE;
}
.BgClassName
{
background-color: #E5C4BE;
}
</style>
border-color css
<style>
span { border-color: #E5C4BE; }
span { border-color: rgb(229,196,190); }
td.TdClassName
{
border-color: #E5C4BE;
}
.TagClassName
{
border-color: #E5C4BE;
}
</style>