Shades of Copper #E28062
Tints of Copper #E28062
RGB
CMYK
RGB Variations
Color information
#E28062 (or 0xE28062) is known color: Copper. HEX triplet: E2, 80 and 62. RGB value is (226,128,98). Sum of RGB (Red+Green+Blue) = 226+128+98=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E28062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28062 is #1D7F9D. Grayscale: #9A9A9A. Windows color (decimal): -1933214 or 6455522. OLE color: 6455522.
HSL color Cylindrical-coordinate representation of color #E28062: hue angle of 14.06º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E28062 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 98 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.11 |
| HSL | 14.06º | 0.69% | 0.64% | - |
| HSV(B) | 14.06º | 0.57% | 0.89% | - |
| XYZ | 41.29 | 32.49 | 15.65 | - |
| YUV | 153.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 98 | 0 | 0.43 | 0.57 | 0.11 | 14.06 | 0.69 | 0.64 |
| Hex | E2 | 80 | 62 | 0 | 2B | 39 | B | E | 45 | 40 |
| Octal | 342 | 200 | 142 | 0 | 53 | 71 | 13 | 16 | 105 | 100 |
| Binary | 11100010 | 10000000 | 1100010 | 0 | 101011 | 111001 | 1011 | 1110 | 1000101 | 1000000 |
Color Harmonies of #E28062
Complementary color
Monochromatic Colors of #E28062
Black with #E28062
Text Example
Text Example
White with #E28062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28062; }
p { color: rgb(226,128,98); }
H1.HeaderClassName
{
color: #E28062;
}
.AnyTagClassName
{
color: #E28062;
}
</style>
background-color css
<style>
a { background-color: #E28062; }
a { background-color: rgb(226,128,98); }
div.DivClassName
{
background-color: #E28062;
}
.BgClassName
{
background-color: #E28062;
}
</style>
border-color css
<style>
span { border-color: #E28062; }
span { border-color: rgb(226,128,98); }
td.TdClassName
{
border-color: #E28062;
}
.TagClassName
{
border-color: #E28062;
}
</style>