Shades of Dust Storm #E4C5BB
Tints of Dust Storm #E4C5BB
RGB
CMYK
RGB Variations
Color information
#E4C5BB (or 0xE4C5BB) is known color: Dust Storm. HEX triplet: E4, C5 and BB. RGB value is (228,197,187). Sum of RGB (Red+Green+Blue) = 228+197+187=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C5BB is #1B3A44. Grayscale: #CDCDCD. Windows color (decimal): -1784389 or 12305892. OLE color: 12305892.
HSL color Cylindrical-coordinate representation of color #E4C5BB: hue angle of 14.63º degrees, saturation: 0.43, 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 #E4C5BB is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 197 | 187 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.11 |
| HSL | 14.63º | 0.43% | 0.81% | - |
| HSV(B) | 14.63º | 0.18% | 0.89% | - |
| XYZ | 60.93 | 60.01 | 55.39 | - |
| YUV | 205.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 197 | 187 | 0 | 0.14 | 0.18 | 0.11 | 14.63 | 0.43 | 0.81 |
| Hex | E4 | C5 | BB | 0 | E | 12 | B | F | 2B | 51 |
| Octal | 344 | 305 | 273 | 0 | 16 | 22 | 13 | 17 | 53 | 121 |
| Binary | 11100100 | 11000101 | 10111011 | 0 | 1110 | 10010 | 1011 | 1111 | 101011 | 1010001 |
Color Harmonies of #E4C5BB
Complementary color
Monochromatic Colors of #E4C5BB
Black with #E4C5BB
Text Example
Text Example
White with #E4C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C5BB; }
p { color: rgb(228,197,187); }
H1.HeaderClassName
{
color: #E4C5BB;
}
.AnyTagClassName
{
color: #E4C5BB;
}
</style>
background-color css
<style>
a { background-color: #E4C5BB; }
a { background-color: rgb(228,197,187); }
div.DivClassName
{
background-color: #E4C5BB;
}
.BgClassName
{
background-color: #E4C5BB;
}
</style>
border-color css
<style>
span { border-color: #E4C5BB; }
span { border-color: rgb(228,197,187); }
td.TdClassName
{
border-color: #E4C5BB;
}
.TagClassName
{
border-color: #E4C5BB;
}
</style>