Shades of Copper #E28E60
Tints of Copper #E28E60
RGB
CMYK
RGB Variations
Color information
#E28E60 (or 0xE28E60) is known color: Copper. HEX triplet: E2, 8E and 60. RGB value is (226,142,96). Sum of RGB (Red+Green+Blue) = 226+142+96=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E60 is #1D719F. Grayscale: #A2A2A2. Windows color (decimal): -1929632 or 6328034. OLE color: 6328034.
HSL color Cylindrical-coordinate representation of color #E28E60: hue angle of 21.23º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E28E60 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 96 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.11 |
| HSL | 21.23º | 0.69% | 0.63% | - |
| HSV(B) | 21.23º | 0.58% | 0.89% | - |
| XYZ | 43.15 | 36.36 | 15.81 | - |
| YUV | 161.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 96 | 0 | 0.37 | 0.58 | 0.11 | 21.23 | 0.69 | 0.63 |
| Hex | E2 | 8E | 60 | 0 | 25 | 3A | B | 15 | 45 | 3F |
| Octal | 342 | 216 | 140 | 0 | 45 | 72 | 13 | 25 | 105 | 77 |
| Binary | 11100010 | 10001110 | 1100000 | 0 | 100101 | 111010 | 1011 | 10101 | 1000101 | 111111 |
Color Harmonies of #E28E60
Complementary color
Monochromatic Colors of #E28E60
Black with #E28E60
Text Example
Text Example
White with #E28E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E60; }
p { color: rgb(226,142,96); }
H1.HeaderClassName
{
color: #E28E60;
}
.AnyTagClassName
{
color: #E28E60;
}
</style>
background-color css
<style>
a { background-color: #E28E60; }
a { background-color: rgb(226,142,96); }
div.DivClassName
{
background-color: #E28E60;
}
.BgClassName
{
background-color: #E28E60;
}
</style>
border-color css
<style>
span { border-color: #E28E60; }
span { border-color: rgb(226,142,96); }
td.TdClassName
{
border-color: #E28E60;
}
.TagClassName
{
border-color: #E28E60;
}
</style>