Shades of Dust Storm #EAC5BF
Tints of Dust Storm #EAC5BF
RGB
CMYK
RGB Variations
Color information
#EAC5BF (or 0xEAC5BF) is known color: Dust Storm. HEX triplet: EA, C5 and BF. RGB value is (234,197,191). Sum of RGB (Red+Green+Blue) = 234+197+191=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5BF is #153A40. Grayscale: #CFCFCF. Windows color (decimal): -1391169 or 12568042. OLE color: 12568042.
HSL color Cylindrical-coordinate representation of color #EAC5BF: hue angle of 8.37º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC5BF is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 191 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.08 |
| HSL | 8.37º | 0.51% | 0.83% | - |
| HSV(B) | 8.37º | 0.18% | 0.92% | - |
| XYZ | 63.3 | 61.19 | 57.76 | - |
| YUV | 207.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 191 | 0 | 0.16 | 0.18 | 0.08 | 8.37 | 0.51 | 0.83 |
| Hex | EA | C5 | BF | 0 | 10 | 12 | 8 | 8 | 33 | 53 |
| Octal | 352 | 305 | 277 | 0 | 20 | 22 | 10 | 10 | 63 | 123 |
| Binary | 11101010 | 11000101 | 10111111 | 0 | 10000 | 10010 | 1000 | 1000 | 110011 | 1010011 |
Color Harmonies of #EAC5BF
Complementary color
Monochromatic Colors of #EAC5BF
Black with #EAC5BF
Text Example
Text Example
White with #EAC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5BF; }
p { color: rgb(234,197,191); }
H1.HeaderClassName
{
color: #EAC5BF;
}
.AnyTagClassName
{
color: #EAC5BF;
}
</style>
background-color css
<style>
a { background-color: #EAC5BF; }
a { background-color: rgb(234,197,191); }
div.DivClassName
{
background-color: #EAC5BF;
}
.BgClassName
{
background-color: #EAC5BF;
}
</style>
border-color css
<style>
span { border-color: #EAC5BF; }
span { border-color: rgb(234,197,191); }
td.TdClassName
{
border-color: #EAC5BF;
}
.TagClassName
{
border-color: #EAC5BF;
}
</style>