Shades of Dust Storm #EAC8BC
Tints of Dust Storm #EAC8BC
RGB
CMYK
RGB Variations
Color information
#EAC8BC (or 0xEAC8BC) is known color: Dust Storm. HEX triplet: EA, C8 and BC. RGB value is (234,200,188). Sum of RGB (Red+Green+Blue) = 234+200+188=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8BC is #153743. Grayscale: #D0D0D0. Windows color (decimal): -1390404 or 12372202. OLE color: 12372202.
HSL color Cylindrical-coordinate representation of color #EAC8BC: hue angle of 15.65º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAC8BC is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 188 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.08 |
| HSL | 15.65º | 0.52% | 0.83% | - |
| HSV(B) | 15.65º | 0.2% | 0.92% | - |
| XYZ | 63.66 | 62.43 | 56.27 | - |
| YUV | 208.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 188 | 0 | 0.15 | 0.20 | 0.08 | 15.65 | 0.52 | 0.83 |
| Hex | EA | C8 | BC | 0 | F | 14 | 8 | 10 | 34 | 53 |
| Octal | 352 | 310 | 274 | 0 | 17 | 24 | 10 | 20 | 64 | 123 |
| Binary | 11101010 | 11001000 | 10111100 | 0 | 1111 | 10100 | 1000 | 10000 | 110100 | 1010011 |
Color Harmonies of #EAC8BC
Complementary color
Monochromatic Colors of #EAC8BC
Black with #EAC8BC
Text Example
Text Example
White with #EAC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8BC; }
p { color: rgb(234,200,188); }
H1.HeaderClassName
{
color: #EAC8BC;
}
.AnyTagClassName
{
color: #EAC8BC;
}
</style>
background-color css
<style>
a { background-color: #EAC8BC; }
a { background-color: rgb(234,200,188); }
div.DivClassName
{
background-color: #EAC8BC;
}
.BgClassName
{
background-color: #EAC8BC;
}
</style>
border-color css
<style>
span { border-color: #EAC8BC; }
span { border-color: rgb(234,200,188); }
td.TdClassName
{
border-color: #EAC8BC;
}
.TagClassName
{
border-color: #EAC8BC;
}
</style>