Shades of Dust Storm #EACABC
Tints of Dust Storm #EACABC
RGB
CMYK
RGB Variations
Color information
#EACABC (or 0xEACABC) is known color: Dust Storm. HEX triplet: EA, CA and BC. RGB value is (234,202,188). Sum of RGB (Red+Green+Blue) = 234+202+188=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EACABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACABC is #153543. Grayscale: #D2D2D2. Windows color (decimal): -1389892 or 12372714. OLE color: 12372714.
HSL color Cylindrical-coordinate representation of color #EACABC: hue angle of 18.26º degrees, saturation: 0.52, 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 #EACABC is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 188 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.08 |
| HSL | 18.26º | 0.52% | 0.83% | - |
| HSV(B) | 18.26º | 0.2% | 0.92% | - |
| XYZ | 64.13 | 63.36 | 56.43 | - |
| YUV | 209.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 188 | 0 | 0.14 | 0.20 | 0.08 | 18.26 | 0.52 | 0.83 |
| Hex | EA | CA | BC | 0 | E | 14 | 8 | 12 | 34 | 53 |
| Octal | 352 | 312 | 274 | 0 | 16 | 24 | 10 | 22 | 64 | 123 |
| Binary | 11101010 | 11001010 | 10111100 | 0 | 1110 | 10100 | 1000 | 10010 | 110100 | 1010011 |
Color Harmonies of #EACABC
Complementary color
Monochromatic Colors of #EACABC
Black with #EACABC
Text Example
Text Example
White with #EACABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACABC; }
p { color: rgb(234,202,188); }
H1.HeaderClassName
{
color: #EACABC;
}
.AnyTagClassName
{
color: #EACABC;
}
</style>
background-color css
<style>
a { background-color: #EACABC; }
a { background-color: rgb(234,202,188); }
div.DivClassName
{
background-color: #EACABC;
}
.BgClassName
{
background-color: #EACABC;
}
</style>
border-color css
<style>
span { border-color: #EACABC; }
span { border-color: rgb(234,202,188); }
td.TdClassName
{
border-color: #EACABC;
}
.TagClassName
{
border-color: #EACABC;
}
</style>