Shades of Copper #E28160
Tints of Copper #E28160
RGB
CMYK
RGB Variations
Color information
#E28160 (or 0xE28160) is known color: Copper. HEX triplet: E2, 81 and 60. RGB value is (226,129,96). Sum of RGB (Red+Green+Blue) = 226+129+96=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E28160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28160 is #1D7E9F. Grayscale: #9A9A9A. Windows color (decimal): -1932960 or 6324706. OLE color: 6324706.
HSL color Cylindrical-coordinate representation of color #E28160: hue angle of 15.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 #E28160 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 96 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.11 |
| HSL | 15.23º | 0.69% | 0.63% | - |
| HSV(B) | 15.23º | 0.58% | 0.89% | - |
| XYZ | 41.33 | 32.71 | 15.2 | - |
| YUV | 154.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 96 | 0 | 0.43 | 0.58 | 0.11 | 15.23 | 0.69 | 0.63 |
| Hex | E2 | 81 | 60 | 0 | 2B | 3A | B | F | 45 | 3F |
| Octal | 342 | 201 | 140 | 0 | 53 | 72 | 13 | 17 | 105 | 77 |
| Binary | 11100010 | 10000001 | 1100000 | 0 | 101011 | 111010 | 1011 | 1111 | 1000101 | 111111 |
Color Harmonies of #E28160
Complementary color
Monochromatic Colors of #E28160
Black with #E28160
Text Example
Text Example
White with #E28160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28160; }
p { color: rgb(226,129,96); }
H1.HeaderClassName
{
color: #E28160;
}
.AnyTagClassName
{
color: #E28160;
}
</style>
background-color css
<style>
a { background-color: #E28160; }
a { background-color: rgb(226,129,96); }
div.DivClassName
{
background-color: #E28160;
}
.BgClassName
{
background-color: #E28160;
}
</style>
border-color css
<style>
span { border-color: #E28160; }
span { border-color: rgb(226,129,96); }
td.TdClassName
{
border-color: #E28160;
}
.TagClassName
{
border-color: #E28160;
}
</style>