Shades of Copper #E88462
Tints of Copper #E88462
RGB
CMYK
RGB Variations
Color information
#E88462 (or 0xE88462) is known color: Copper. HEX triplet: E8, 84 and 62. RGB value is (232,132,98). Sum of RGB (Red+Green+Blue) = 232+132+98=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E88462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88462 is #177B9D. Grayscale: #9E9E9E. Windows color (decimal): -1538974 or 6456552. OLE color: 6456552.
HSL color Cylindrical-coordinate representation of color #E88462: hue angle of 15.22º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E88462 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 98 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.09 |
| HSL | 15.22º | 0.74% | 0.65% | - |
| HSV(B) | 15.22º | 0.58% | 0.91% | - |
| XYZ | 43.73 | 34.54 | 15.92 | - |
| YUV | 158.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 98 | 0 | 0.43 | 0.58 | 0.09 | 15.22 | 0.74 | 0.65 |
| Hex | E8 | 84 | 62 | 0 | 2B | 3A | 9 | F | 4A | 41 |
| Octal | 350 | 204 | 142 | 0 | 53 | 72 | 11 | 17 | 112 | 101 |
| Binary | 11101000 | 10000100 | 1100010 | 0 | 101011 | 111010 | 1001 | 1111 | 1001010 | 1000001 |
Color Harmonies of #E88462
Complementary color
Monochromatic Colors of #E88462
Black with #E88462
Text Example
Text Example
White with #E88462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88462; }
p { color: rgb(232,132,98); }
H1.HeaderClassName
{
color: #E88462;
}
.AnyTagClassName
{
color: #E88462;
}
</style>
background-color css
<style>
a { background-color: #E88462; }
a { background-color: rgb(232,132,98); }
div.DivClassName
{
background-color: #E88462;
}
.BgClassName
{
background-color: #E88462;
}
</style>
border-color css
<style>
span { border-color: #E88462; }
span { border-color: rgb(232,132,98); }
td.TdClassName
{
border-color: #E88462;
}
.TagClassName
{
border-color: #E88462;
}
</style>