Shades of Dust Storm #E9C5BE
Tints of Dust Storm #E9C5BE
RGB
CMYK
RGB Variations
Color information
#E9C5BE (or 0xE9C5BE) is known color: Dust Storm. HEX triplet: E9, C5 and BE. RGB value is (233,197,190). Sum of RGB (Red+Green+Blue) = 233+197+190=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C5BE is #163A41. Grayscale: #CFCFCF. Windows color (decimal): -1456706 or 12502505. OLE color: 12502505.
HSL color Cylindrical-coordinate representation of color #E9C5BE: hue angle of 9.77º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C5BE is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 190 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.09 |
| HSL | 9.77º | 0.49% | 0.83% | - |
| HSV(B) | 9.77º | 0.18% | 0.91% | - |
| XYZ | 62.86 | 60.97 | 57.17 | - |
| YUV | 206.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 190 | 0 | 0.15 | 0.18 | 0.09 | 9.77 | 0.49 | 0.83 |
| Hex | E9 | C5 | BE | 0 | F | 12 | 9 | A | 31 | 53 |
| Octal | 351 | 305 | 276 | 0 | 17 | 22 | 11 | 12 | 61 | 123 |
| Binary | 11101001 | 11000101 | 10111110 | 0 | 1111 | 10010 | 1001 | 1010 | 110001 | 1010011 |
Color Harmonies of #E9C5BE
Complementary color
Monochromatic Colors of #E9C5BE
Black with #E9C5BE
Text Example
Text Example
White with #E9C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5BE; }
p { color: rgb(233,197,190); }
H1.HeaderClassName
{
color: #E9C5BE;
}
.AnyTagClassName
{
color: #E9C5BE;
}
</style>
background-color css
<style>
a { background-color: #E9C5BE; }
a { background-color: rgb(233,197,190); }
div.DivClassName
{
background-color: #E9C5BE;
}
.BgClassName
{
background-color: #E9C5BE;
}
</style>
border-color css
<style>
span { border-color: #E9C5BE; }
span { border-color: rgb(233,197,190); }
td.TdClassName
{
border-color: #E9C5BE;
}
.TagClassName
{
border-color: #E9C5BE;
}
</style>