Shades of Dust Storm #EAC4BF
Tints of Dust Storm #EAC4BF
RGB
CMYK
RGB Variations
Color information
#EAC4BF (or 0xEAC4BF) is known color: Dust Storm. HEX triplet: EA, C4 and BF. RGB value is (234,196,191). Sum of RGB (Red+Green+Blue) = 234+196+191=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4BF is #153B40. Grayscale: #CECECE. Windows color (decimal): -1391425 or 12567786. OLE color: 12567786.
HSL color Cylindrical-coordinate representation of color #EAC4BF: hue angle of 6.98º 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 #EAC4BF is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 191 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.08 |
| HSL | 6.98º | 0.51% | 0.83% | - |
| HSV(B) | 6.98º | 0.18% | 0.92% | - |
| XYZ | 63.08 | 60.73 | 57.69 | - |
| YUV | 206.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 191 | 0 | 0.16 | 0.18 | 0.08 | 6.98 | 0.51 | 0.83 |
| Hex | EA | C4 | BF | 0 | 10 | 12 | 8 | 7 | 33 | 53 |
| Octal | 352 | 304 | 277 | 0 | 20 | 22 | 10 | 7 | 63 | 123 |
| Binary | 11101010 | 11000100 | 10111111 | 0 | 10000 | 10010 | 1000 | 111 | 110011 | 1010011 |
Color Harmonies of #EAC4BF
Complementary color
Monochromatic Colors of #EAC4BF
Black with #EAC4BF
Text Example
Text Example
White with #EAC4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC4BF; }
p { color: rgb(234,196,191); }
H1.HeaderClassName
{
color: #EAC4BF;
}
.AnyTagClassName
{
color: #EAC4BF;
}
</style>
background-color css
<style>
a { background-color: #EAC4BF; }
a { background-color: rgb(234,196,191); }
div.DivClassName
{
background-color: #EAC4BF;
}
.BgClassName
{
background-color: #EAC4BF;
}
</style>
border-color css
<style>
span { border-color: #EAC4BF; }
span { border-color: rgb(234,196,191); }
td.TdClassName
{
border-color: #EAC4BF;
}
.TagClassName
{
border-color: #EAC4BF;
}
</style>