Shades of Dust Storm #E5C9BC
Tints of Dust Storm #E5C9BC
RGB
CMYK
RGB Variations
Color information
#E5C9BC (or 0xE5C9BC) is known color: Dust Storm. HEX triplet: E5, C9 and BC. RGB value is (229,201,188). Sum of RGB (Red+Green+Blue) = 229+201+188=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C9BC is #1A3643. Grayscale: #CFCFCF. Windows color (decimal): -1717828 or 12372453. OLE color: 12372453.
HSL color Cylindrical-coordinate representation of color #E5C9BC: hue angle of 19.02º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C9BC is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 188 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.10 |
| HSL | 19.02º | 0.44% | 0.82% | - |
| HSV(B) | 19.02º | 0.18% | 0.9% | - |
| XYZ | 62.28 | 62.06 | 56.27 | - |
| YUV | 207.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 188 | 0 | 0.12 | 0.18 | 0.10 | 19.02 | 0.44 | 0.82 |
| Hex | E5 | C9 | BC | 0 | C | 12 | A | 13 | 2C | 52 |
| Octal | 345 | 311 | 274 | 0 | 14 | 22 | 12 | 23 | 54 | 122 |
| Binary | 11100101 | 11001001 | 10111100 | 0 | 1100 | 10010 | 1010 | 10011 | 101100 | 1010010 |
Color Harmonies of #E5C9BC
Complementary color
Monochromatic Colors of #E5C9BC
Black with #E5C9BC
Text Example
Text Example
White with #E5C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C9BC; }
p { color: rgb(229,201,188); }
H1.HeaderClassName
{
color: #E5C9BC;
}
.AnyTagClassName
{
color: #E5C9BC;
}
</style>
background-color css
<style>
a { background-color: #E5C9BC; }
a { background-color: rgb(229,201,188); }
div.DivClassName
{
background-color: #E5C9BC;
}
.BgClassName
{
background-color: #E5C9BC;
}
</style>
border-color css
<style>
span { border-color: #E5C9BC; }
span { border-color: rgb(229,201,188); }
td.TdClassName
{
border-color: #E5C9BC;
}
.TagClassName
{
border-color: #E5C9BC;
}
</style>