Shades of Dust Storm #EAC6BB
Tints of Dust Storm #EAC6BB
RGB
CMYK
RGB Variations
Color information
#EAC6BB (or 0xEAC6BB) is known color: Dust Storm. HEX triplet: EA, C6 and BB. RGB value is (234,198,187). Sum of RGB (Red+Green+Blue) = 234+198+187=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6BB is #153944. Grayscale: #CFCFCF. Windows color (decimal): -1390917 or 12306154. OLE color: 12306154.
HSL color Cylindrical-coordinate representation of color #EAC6BB: hue angle of 14.04º 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 #EAC6BB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 187 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.08 |
| HSL | 14.04º | 0.53% | 0.83% | - |
| HSV(B) | 14.04º | 0.2% | 0.92% | - |
| XYZ | 63.1 | 61.47 | 55.55 | - |
| YUV | 207.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 187 | 0 | 0.15 | 0.20 | 0.08 | 14.04 | 0.53 | 0.83 |
| Hex | EA | C6 | BB | 0 | F | 14 | 8 | E | 35 | 53 |
| Octal | 352 | 306 | 273 | 0 | 17 | 24 | 10 | 16 | 65 | 123 |
| Binary | 11101010 | 11000110 | 10111011 | 0 | 1111 | 10100 | 1000 | 1110 | 110101 | 1010011 |
Color Harmonies of #EAC6BB
Complementary color
Monochromatic Colors of #EAC6BB
Black with #EAC6BB
Text Example
Text Example
White with #EAC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6BB; }
p { color: rgb(234,198,187); }
H1.HeaderClassName
{
color: #EAC6BB;
}
.AnyTagClassName
{
color: #EAC6BB;
}
</style>
background-color css
<style>
a { background-color: #EAC6BB; }
a { background-color: rgb(234,198,187); }
div.DivClassName
{
background-color: #EAC6BB;
}
.BgClassName
{
background-color: #EAC6BB;
}
</style>
border-color css
<style>
span { border-color: #EAC6BB; }
span { border-color: rgb(234,198,187); }
td.TdClassName
{
border-color: #EAC6BB;
}
.TagClassName
{
border-color: #EAC6BB;
}
</style>