Shades of Copper #E88464
Tints of Copper #E88464
RGB
CMYK
RGB Variations
Color information
#E88464 (or 0xE88464) is known color: Copper. HEX triplet: E8, 84 and 64. RGB value is (232,132,100). Sum of RGB (Red+Green+Blue) = 232+132+100=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E88464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88464 is #177B9B. Grayscale: #9E9E9E. Windows color (decimal): -1538972 or 6587624. OLE color: 6587624.
HSL color Cylindrical-coordinate representation of color #E88464: hue angle of 14.55º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E88464 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 100 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.09 |
| HSL | 14.55º | 0.74% | 0.65% | - |
| HSV(B) | 14.55º | 0.57% | 0.91% | - |
| XYZ | 43.83 | 34.58 | 16.42 | - |
| YUV | 158.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 100 | 0 | 0.43 | 0.57 | 0.09 | 14.55 | 0.74 | 0.65 |
| Hex | E8 | 84 | 64 | 0 | 2B | 39 | 9 | F | 4A | 41 |
| Octal | 350 | 204 | 144 | 0 | 53 | 71 | 11 | 17 | 112 | 101 |
| Binary | 11101000 | 10000100 | 1100100 | 0 | 101011 | 111001 | 1001 | 1111 | 1001010 | 1000001 |
Color Harmonies of #E88464
Complementary color
Monochromatic Colors of #E88464
Black with #E88464
Text Example
Text Example
White with #E88464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88464; }
p { color: rgb(232,132,100); }
H1.HeaderClassName
{
color: #E88464;
}
.AnyTagClassName
{
color: #E88464;
}
</style>
background-color css
<style>
a { background-color: #E88464; }
a { background-color: rgb(232,132,100); }
div.DivClassName
{
background-color: #E88464;
}
.BgClassName
{
background-color: #E88464;
}
</style>
border-color css
<style>
span { border-color: #E88464; }
span { border-color: rgb(232,132,100); }
td.TdClassName
{
border-color: #E88464;
}
.TagClassName
{
border-color: #E88464;
}
</style>