Shades of Copper #E28D62
Tints of Copper #E28D62
RGB
CMYK
RGB Variations
Color information
#E28D62 (or 0xE28D62) is known color: Copper. HEX triplet: E2, 8D and 62. RGB value is (226,141,98). Sum of RGB (Red+Green+Blue) = 226+141+98=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28D62 is #1D729D. Grayscale: #A1A1A1. Windows color (decimal): -1929886 or 6458850. OLE color: 6458850.
HSL color Cylindrical-coordinate representation of color #E28D62: hue angle of 20.16º 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 #E28D62 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 98 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.11 |
| HSL | 20.16º | 0.69% | 0.64% | - |
| HSV(B) | 20.16º | 0.57% | 0.89% | - |
| XYZ | 43.09 | 36.1 | 16.25 | - |
| YUV | 161.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 98 | 0 | 0.38 | 0.57 | 0.11 | 20.16 | 0.69 | 0.64 |
| Hex | E2 | 8D | 62 | 0 | 26 | 39 | B | 14 | 45 | 40 |
| Octal | 342 | 215 | 142 | 0 | 46 | 71 | 13 | 24 | 105 | 100 |
| Binary | 11100010 | 10001101 | 1100010 | 0 | 100110 | 111001 | 1011 | 10100 | 1000101 | 1000000 |
Color Harmonies of #E28D62
Complementary color
Monochromatic Colors of #E28D62
Black with #E28D62
Text Example
Text Example
White with #E28D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D62; }
p { color: rgb(226,141,98); }
H1.HeaderClassName
{
color: #E28D62;
}
.AnyTagClassName
{
color: #E28D62;
}
</style>
background-color css
<style>
a { background-color: #E28D62; }
a { background-color: rgb(226,141,98); }
div.DivClassName
{
background-color: #E28D62;
}
.BgClassName
{
background-color: #E28D62;
}
</style>
border-color css
<style>
span { border-color: #E28D62; }
span { border-color: rgb(226,141,98); }
td.TdClassName
{
border-color: #E28D62;
}
.TagClassName
{
border-color: #E28D62;
}
</style>