Shades of Dust Storm #EAC8C0
Tints of Dust Storm #EAC8C0
RGB
CMYK
RGB Variations
Color information
#EAC8C0 (or 0xEAC8C0) is known color: Dust Storm. HEX triplet: EA, C8 and C0. RGB value is (234,200,192). Sum of RGB (Red+Green+Blue) = 234+200+192=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8C0 is #15373F. Grayscale: #D1D1D1. Windows color (decimal): -1390400 or 12634346. OLE color: 12634346.
HSL color Cylindrical-coordinate representation of color #EAC8C0: hue angle of 11.43º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC8C0 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 192 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.08 |
| HSL | 11.43º | 0.5% | 0.84% | - |
| HSV(B) | 11.43º | 0.18% | 0.92% | - |
| XYZ | 64.1 | 62.61 | 58.58 | - |
| YUV | 209.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 192 | 0 | 0.15 | 0.18 | 0.08 | 11.43 | 0.5 | 0.84 |
| Hex | EA | C8 | C0 | 0 | F | 12 | 8 | B | 32 | 54 |
| Octal | 352 | 310 | 300 | 0 | 17 | 22 | 10 | 13 | 62 | 124 |
| Binary | 11101010 | 11001000 | 11000000 | 0 | 1111 | 10010 | 1000 | 1011 | 110010 | 1010100 |
Color Harmonies of #EAC8C0
Complementary color
Monochromatic Colors of #EAC8C0
Black with #EAC8C0
Text Example
Text Example
White with #EAC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8C0; }
p { color: rgb(234,200,192); }
H1.HeaderClassName
{
color: #EAC8C0;
}
.AnyTagClassName
{
color: #EAC8C0;
}
</style>
background-color css
<style>
a { background-color: #EAC8C0; }
a { background-color: rgb(234,200,192); }
div.DivClassName
{
background-color: #EAC8C0;
}
.BgClassName
{
background-color: #EAC8C0;
}
</style>
border-color css
<style>
span { border-color: #EAC8C0; }
span { border-color: rgb(234,200,192); }
td.TdClassName
{
border-color: #EAC8C0;
}
.TagClassName
{
border-color: #EAC8C0;
}
</style>