Shades of Dust Storm #EAC5BD
Tints of Dust Storm #EAC5BD
RGB
CMYK
RGB Variations
Color information
#EAC5BD (or 0xEAC5BD) is known color: Dust Storm. HEX triplet: EA, C5 and BD. RGB value is (234,197,189). Sum of RGB (Red+Green+Blue) = 234+197+189=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5BD is #153A42. Grayscale: #CFCFCF. Windows color (decimal): -1391171 or 12436970. OLE color: 12436970.
HSL color Cylindrical-coordinate representation of color #EAC5BD: hue angle of 10.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAC5BD is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 189 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.08 |
| HSL | 10.67º | 0.52% | 0.83% | - |
| HSV(B) | 10.67º | 0.19% | 0.92% | - |
| XYZ | 63.08 | 61.1 | 56.61 | - |
| YUV | 207.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 189 | 0 | 0.16 | 0.19 | 0.08 | 10.67 | 0.52 | 0.83 |
| Hex | EA | C5 | BD | 0 | 10 | 13 | 8 | B | 34 | 53 |
| Octal | 352 | 305 | 275 | 0 | 20 | 23 | 10 | 13 | 64 | 123 |
| Binary | 11101010 | 11000101 | 10111101 | 0 | 10000 | 10011 | 1000 | 1011 | 110100 | 1010011 |
Color Harmonies of #EAC5BD
Complementary color
Monochromatic Colors of #EAC5BD
Black with #EAC5BD
Text Example
Text Example
White with #EAC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5BD; }
p { color: rgb(234,197,189); }
H1.HeaderClassName
{
color: #EAC5BD;
}
.AnyTagClassName
{
color: #EAC5BD;
}
</style>
background-color css
<style>
a { background-color: #EAC5BD; }
a { background-color: rgb(234,197,189); }
div.DivClassName
{
background-color: #EAC5BD;
}
.BgClassName
{
background-color: #EAC5BD;
}
</style>
border-color css
<style>
span { border-color: #EAC5BD; }
span { border-color: rgb(234,197,189); }
td.TdClassName
{
border-color: #EAC5BD;
}
.TagClassName
{
border-color: #EAC5BD;
}
</style>