Shades of Copper #E28F60
Tints of Copper #E28F60
RGB
CMYK
RGB Variations
Color information
#E28F60 (or 0xE28F60) is known color: Copper. HEX triplet: E2, 8F and 60. RGB value is (226,143,96). Sum of RGB (Red+Green+Blue) = 226+143+96=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F60 is #1D709F. Grayscale: #A2A2A2. Windows color (decimal): -1929376 or 6328290. OLE color: 6328290.
HSL color Cylindrical-coordinate representation of color #E28F60: hue angle of 21.69º 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 #E28F60 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 96 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.11 |
| HSL | 21.69º | 0.69% | 0.63% | - |
| HSV(B) | 21.69º | 0.58% | 0.89% | - |
| XYZ | 43.3 | 36.66 | 15.86 | - |
| YUV | 162.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 96 | 0 | 0.37 | 0.58 | 0.11 | 21.69 | 0.69 | 0.63 |
| Hex | E2 | 8F | 60 | 0 | 25 | 3A | B | 16 | 45 | 3F |
| Octal | 342 | 217 | 140 | 0 | 45 | 72 | 13 | 26 | 105 | 77 |
| Binary | 11100010 | 10001111 | 1100000 | 0 | 100101 | 111010 | 1011 | 10110 | 1000101 | 111111 |
Color Harmonies of #E28F60
Complementary color
Monochromatic Colors of #E28F60
Black with #E28F60
Text Example
Text Example
White with #E28F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28F60; }
p { color: rgb(226,143,96); }
H1.HeaderClassName
{
color: #E28F60;
}
.AnyTagClassName
{
color: #E28F60;
}
</style>
background-color css
<style>
a { background-color: #E28F60; }
a { background-color: rgb(226,143,96); }
div.DivClassName
{
background-color: #E28F60;
}
.BgClassName
{
background-color: #E28F60;
}
</style>
border-color css
<style>
span { border-color: #E28F60; }
span { border-color: rgb(226,143,96); }
td.TdClassName
{
border-color: #E28F60;
}
.TagClassName
{
border-color: #E28F60;
}
</style>