Shades of Dust Storm #EAC9C4
Tints of Dust Storm #EAC9C4
RGB
CMYK
RGB Variations
Color information
#EAC9C4 (or 0xEAC9C4) is known color: Dust Storm. HEX triplet: EA, C9 and C4. RGB value is (234,201,196). Sum of RGB (Red+Green+Blue) = 234+201+196=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9C4 is #15363B. Grayscale: #D2D2D2. Windows color (decimal): -1390140 or 12896746. OLE color: 12896746.
HSL color Cylindrical-coordinate representation of color #EAC9C4: hue angle of 7.89º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC9C4 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 196 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.08 |
| HSL | 7.89º | 0.48% | 0.84% | - |
| HSV(B) | 7.89º | 0.16% | 0.92% | - |
| XYZ | 64.78 | 63.25 | 61.02 | - |
| YUV | 210.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 196 | 0 | 0.14 | 0.16 | 0.08 | 7.89 | 0.48 | 0.84 |
| Hex | EA | C9 | C4 | 0 | E | 10 | 8 | 8 | 30 | 54 |
| Octal | 352 | 311 | 304 | 0 | 16 | 20 | 10 | 10 | 60 | 124 |
| Binary | 11101010 | 11001001 | 11000100 | 0 | 1110 | 10000 | 1000 | 1000 | 110000 | 1010100 |
Color Harmonies of #EAC9C4
Complementary color
Monochromatic Colors of #EAC9C4
Black with #EAC9C4
Text Example
Text Example
White with #EAC9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9C4; }
p { color: rgb(234,201,196); }
H1.HeaderClassName
{
color: #EAC9C4;
}
.AnyTagClassName
{
color: #EAC9C4;
}
</style>
background-color css
<style>
a { background-color: #EAC9C4; }
a { background-color: rgb(234,201,196); }
div.DivClassName
{
background-color: #EAC9C4;
}
.BgClassName
{
background-color: #EAC9C4;
}
</style>
border-color css
<style>
span { border-color: #EAC9C4; }
span { border-color: rgb(234,201,196); }
td.TdClassName
{
border-color: #EAC9C4;
}
.TagClassName
{
border-color: #EAC9C4;
}
</style>