Shades of Dust Storm #EAC5BB
Tints of Dust Storm #EAC5BB
RGB
CMYK
RGB Variations
Color information
#EAC5BB (or 0xEAC5BB) is known color: Dust Storm. HEX triplet: EA, C5 and BB. RGB value is (234,197,187). Sum of RGB (Red+Green+Blue) = 234+197+187=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5BB is #153A44. Grayscale: #CFCFCF. Windows color (decimal): -1391173 or 12305898. OLE color: 12305898.
HSL color Cylindrical-coordinate representation of color #EAC5BB: hue angle of 12.77º degrees, saturation: 0.53, 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 #EAC5BB is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 187 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.08 |
| HSL | 12.77º | 0.53% | 0.83% | - |
| HSV(B) | 12.77º | 0.2% | 0.92% | - |
| XYZ | 62.87 | 61.01 | 55.48 | - |
| YUV | 206.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 187 | 0 | 0.16 | 0.20 | 0.08 | 12.77 | 0.53 | 0.83 |
| Hex | EA | C5 | BB | 0 | 10 | 14 | 8 | D | 35 | 53 |
| Octal | 352 | 305 | 273 | 0 | 20 | 24 | 10 | 15 | 65 | 123 |
| Binary | 11101010 | 11000101 | 10111011 | 0 | 10000 | 10100 | 1000 | 1101 | 110101 | 1010011 |
Color Harmonies of #EAC5BB
Complementary color
Monochromatic Colors of #EAC5BB
Black with #EAC5BB
Text Example
Text Example
White with #EAC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5BB; }
p { color: rgb(234,197,187); }
H1.HeaderClassName
{
color: #EAC5BB;
}
.AnyTagClassName
{
color: #EAC5BB;
}
</style>
background-color css
<style>
a { background-color: #EAC5BB; }
a { background-color: rgb(234,197,187); }
div.DivClassName
{
background-color: #EAC5BB;
}
.BgClassName
{
background-color: #EAC5BB;
}
</style>
border-color css
<style>
span { border-color: #EAC5BB; }
span { border-color: rgb(234,197,187); }
td.TdClassName
{
border-color: #EAC5BB;
}
.TagClassName
{
border-color: #EAC5BB;
}
</style>