Shades of Copper #EA8464
Tints of Copper #EA8464
RGB
CMYK
RGB Variations
Color information
#EA8464 (or 0xEA8464) is known color: Copper. HEX triplet: EA, 84 and 64. RGB value is (234,132,100). Sum of RGB (Red+Green+Blue) = 234+132+100=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8464 is #157B9B. Grayscale: #9F9F9F. Windows color (decimal): -1407900 or 6587626. OLE color: 6587626.
HSL color Cylindrical-coordinate representation of color #EA8464: hue angle of 14.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA8464 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 100 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.08 |
| HSL | 14.33º | 0.76% | 0.65% | - |
| HSV(B) | 14.33º | 0.57% | 0.92% | - |
| XYZ | 44.48 | 34.92 | 16.45 | - |
| YUV | 158.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 100 | 0 | 0.44 | 0.57 | 0.08 | 14.33 | 0.76 | 0.65 |
| Hex | EA | 84 | 64 | 0 | 2C | 39 | 8 | E | 4C | 41 |
| Octal | 352 | 204 | 144 | 0 | 54 | 71 | 10 | 16 | 114 | 101 |
| Binary | 11101010 | 10000100 | 1100100 | 0 | 101100 | 111001 | 1000 | 1110 | 1001100 | 1000001 |
Color Harmonies of #EA8464
Complementary color
Monochromatic Colors of #EA8464
Black with #EA8464
Text Example
Text Example
White with #EA8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8464; }
p { color: rgb(234,132,100); }
H1.HeaderClassName
{
color: #EA8464;
}
.AnyTagClassName
{
color: #EA8464;
}
</style>
background-color css
<style>
a { background-color: #EA8464; }
a { background-color: rgb(234,132,100); }
div.DivClassName
{
background-color: #EA8464;
}
.BgClassName
{
background-color: #EA8464;
}
</style>
border-color css
<style>
span { border-color: #EA8464; }
span { border-color: rgb(234,132,100); }
td.TdClassName
{
border-color: #EA8464;
}
.TagClassName
{
border-color: #EA8464;
}
</style>