Shades of Dust Storm #EAC9BA
Tints of Dust Storm #EAC9BA
RGB
CMYK
RGB Variations
Color information
#EAC9BA (or 0xEAC9BA) is known color: Dust Storm. HEX triplet: EA, C9 and BA. RGB value is (234,201,186). Sum of RGB (Red+Green+Blue) = 234+201+186=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9BA is #153645. Grayscale: #D1D1D1. Windows color (decimal): -1390150 or 12241386. OLE color: 12241386.
HSL color Cylindrical-coordinate representation of color #EAC9BA: hue angle of 18.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAC9BA is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 186 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.08 |
| HSL | 18.75º | 0.53% | 0.82% | - |
| HSV(B) | 18.75º | 0.21% | 0.92% | - |
| XYZ | 63.68 | 62.81 | 55.22 | - |
| YUV | 209.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 186 | 0 | 0.14 | 0.21 | 0.08 | 18.75 | 0.53 | 0.82 |
| Hex | EA | C9 | BA | 0 | E | 15 | 8 | 13 | 35 | 52 |
| Octal | 352 | 311 | 272 | 0 | 16 | 25 | 10 | 23 | 65 | 122 |
| Binary | 11101010 | 11001001 | 10111010 | 0 | 1110 | 10101 | 1000 | 10011 | 110101 | 1010010 |
Color Harmonies of #EAC9BA
Complementary color
Monochromatic Colors of #EAC9BA
Black with #EAC9BA
Text Example
Text Example
White with #EAC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9BA; }
p { color: rgb(234,201,186); }
H1.HeaderClassName
{
color: #EAC9BA;
}
.AnyTagClassName
{
color: #EAC9BA;
}
</style>
background-color css
<style>
a { background-color: #EAC9BA; }
a { background-color: rgb(234,201,186); }
div.DivClassName
{
background-color: #EAC9BA;
}
.BgClassName
{
background-color: #EAC9BA;
}
</style>
border-color css
<style>
span { border-color: #EAC9BA; }
span { border-color: rgb(234,201,186); }
td.TdClassName
{
border-color: #EAC9BA;
}
.TagClassName
{
border-color: #EAC9BA;
}
</style>