Shades of Dust Storm #EACCC4
Tints of Dust Storm #EACCC4
RGB
CMYK
RGB Variations
Color information
#EACCC4 (or 0xEACCC4) is known color: Dust Storm. HEX triplet: EA, CC and C4. RGB value is (234,204,196). Sum of RGB (Red+Green+Blue) = 234+204+196=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCC4 is #15333B. Grayscale: #D4D4D4. Windows color (decimal): -1389372 or 12897514. OLE color: 12897514.
HSL color Cylindrical-coordinate representation of color #EACCC4: hue angle of 12.63º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EACCC4 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 196 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.08 |
| HSL | 12.63º | 0.48% | 0.84% | - |
| HSV(B) | 12.63º | 0.16% | 0.92% | - |
| XYZ | 65.49 | 64.66 | 61.25 | - |
| YUV | 212.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 196 | 0 | 0.13 | 0.16 | 0.08 | 12.63 | 0.48 | 0.84 |
| Hex | EA | CC | C4 | 0 | D | 10 | 8 | D | 30 | 54 |
| Octal | 352 | 314 | 304 | 0 | 15 | 20 | 10 | 15 | 60 | 124 |
| Binary | 11101010 | 11001100 | 11000100 | 0 | 1101 | 10000 | 1000 | 1101 | 110000 | 1010100 |
Color Harmonies of #EACCC4
Complementary color
Monochromatic Colors of #EACCC4
Black with #EACCC4
Text Example
Text Example
White with #EACCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCC4; }
p { color: rgb(234,204,196); }
H1.HeaderClassName
{
color: #EACCC4;
}
.AnyTagClassName
{
color: #EACCC4;
}
</style>
background-color css
<style>
a { background-color: #EACCC4; }
a { background-color: rgb(234,204,196); }
div.DivClassName
{
background-color: #EACCC4;
}
.BgClassName
{
background-color: #EACCC4;
}
</style>
border-color css
<style>
span { border-color: #EACCC4; }
span { border-color: rgb(234,204,196); }
td.TdClassName
{
border-color: #EACCC4;
}
.TagClassName
{
border-color: #EACCC4;
}
</style>