Shades of Copper #E28560
Tints of Copper #E28560
RGB
CMYK
RGB Variations
Color information
#E28560 (or 0xE28560) is known color: Copper. HEX triplet: E2, 85 and 60. RGB value is (226,133,96). Sum of RGB (Red+Green+Blue) = 226+133+96=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E28560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28560 is #1D7A9F. Grayscale: #9C9C9C. Windows color (decimal): -1931936 or 6325730. OLE color: 6325730.
HSL color Cylindrical-coordinate representation of color #E28560: hue angle of 17.08º 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 #E28560 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 96 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.11 |
| HSL | 17.08º | 0.69% | 0.63% | - |
| HSV(B) | 17.08º | 0.58% | 0.89% | - |
| XYZ | 41.86 | 33.79 | 15.38 | - |
| YUV | 156.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 96 | 0 | 0.41 | 0.58 | 0.11 | 17.08 | 0.69 | 0.63 |
| Hex | E2 | 85 | 60 | 0 | 29 | 3A | B | 11 | 45 | 3F |
| Octal | 342 | 205 | 140 | 0 | 51 | 72 | 13 | 21 | 105 | 77 |
| Binary | 11100010 | 10000101 | 1100000 | 0 | 101001 | 111010 | 1011 | 10001 | 1000101 | 111111 |
Color Harmonies of #E28560
Complementary color
Monochromatic Colors of #E28560
Black with #E28560
Text Example
Text Example
White with #E28560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28560; }
p { color: rgb(226,133,96); }
H1.HeaderClassName
{
color: #E28560;
}
.AnyTagClassName
{
color: #E28560;
}
</style>
background-color css
<style>
a { background-color: #E28560; }
a { background-color: rgb(226,133,96); }
div.DivClassName
{
background-color: #E28560;
}
.BgClassName
{
background-color: #E28560;
}
</style>
border-color css
<style>
span { border-color: #E28560; }
span { border-color: rgb(226,133,96); }
td.TdClassName
{
border-color: #E28560;
}
.TagClassName
{
border-color: #E28560;
}
</style>