Shades of Dust Storm #E4C7BA
Tints of Dust Storm #E4C7BA
RGB
CMYK
RGB Variations
Color information
#E4C7BA (or 0xE4C7BA) is known color: Dust Storm. HEX triplet: E4, C7 and BA. RGB value is (228,199,186). Sum of RGB (Red+Green+Blue) = 228+199+186=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C7BA is #1B3845. Grayscale: #CECECE. Windows color (decimal): -1783878 or 12240868. OLE color: 12240868.
HSL color Cylindrical-coordinate representation of color #E4C7BA: hue angle of 18.57º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4C7BA is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 199 | 186 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.11 |
| HSL | 18.57º | 0.44% | 0.81% | - |
| HSV(B) | 18.57º | 0.18% | 0.89% | - |
| XYZ | 61.28 | 60.89 | 54.98 | - |
| YUV | 206.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 199 | 186 | 0 | 0.13 | 0.18 | 0.11 | 18.57 | 0.44 | 0.81 |
| Hex | E4 | C7 | BA | 0 | D | 12 | B | 13 | 2C | 51 |
| Octal | 344 | 307 | 272 | 0 | 15 | 22 | 13 | 23 | 54 | 121 |
| Binary | 11100100 | 11000111 | 10111010 | 0 | 1101 | 10010 | 1011 | 10011 | 101100 | 1010001 |
Color Harmonies of #E4C7BA
Complementary color
Monochromatic Colors of #E4C7BA
Black with #E4C7BA
Text Example
Text Example
White with #E4C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C7BA; }
p { color: rgb(228,199,186); }
H1.HeaderClassName
{
color: #E4C7BA;
}
.AnyTagClassName
{
color: #E4C7BA;
}
</style>
background-color css
<style>
a { background-color: #E4C7BA; }
a { background-color: rgb(228,199,186); }
div.DivClassName
{
background-color: #E4C7BA;
}
.BgClassName
{
background-color: #E4C7BA;
}
</style>
border-color css
<style>
span { border-color: #E4C7BA; }
span { border-color: rgb(228,199,186); }
td.TdClassName
{
border-color: #E4C7BA;
}
.TagClassName
{
border-color: #E4C7BA;
}
</style>