Shades of Copper #E28061
Tints of Copper #E28061
RGB
CMYK
RGB Variations
Color information
#E28061 (or 0xE28061) is known color: Copper. HEX triplet: E2, 80 and 61. RGB value is (226,128,97). Sum of RGB (Red+Green+Blue) = 226+128+97=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E28061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28061 is #1D7F9E. Grayscale: #999999. Windows color (decimal): -1933215 or 6389986. OLE color: 6389986.
HSL color Cylindrical-coordinate representation of color #E28061: hue angle of 14.42º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E28061 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 97 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.11 |
| HSL | 14.42º | 0.69% | 0.63% | - |
| HSV(B) | 14.42º | 0.57% | 0.89% | - |
| XYZ | 41.24 | 32.47 | 15.4 | - |
| YUV | 153.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 97 | 0 | 0.43 | 0.57 | 0.11 | 14.42 | 0.69 | 0.63 |
| Hex | E2 | 80 | 61 | 0 | 2B | 39 | B | E | 45 | 3F |
| Octal | 342 | 200 | 141 | 0 | 53 | 71 | 13 | 16 | 105 | 77 |
| Binary | 11100010 | 10000000 | 1100001 | 0 | 101011 | 111001 | 1011 | 1110 | 1000101 | 111111 |
Color Harmonies of #E28061
Complementary color
Monochromatic Colors of #E28061
Black with #E28061
Text Example
Text Example
White with #E28061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28061; }
p { color: rgb(226,128,97); }
H1.HeaderClassName
{
color: #E28061;
}
.AnyTagClassName
{
color: #E28061;
}
</style>
background-color css
<style>
a { background-color: #E28061; }
a { background-color: rgb(226,128,97); }
div.DivClassName
{
background-color: #E28061;
}
.BgClassName
{
background-color: #E28061;
}
</style>
border-color css
<style>
span { border-color: #E28061; }
span { border-color: rgb(226,128,97); }
td.TdClassName
{
border-color: #E28061;
}
.TagClassName
{
border-color: #E28061;
}
</style>