Shades of Copper #E28461
Tints of Copper #E28461
RGB
CMYK
RGB Variations
Color information
#E28461 (or 0xE28461) is known color: Copper. HEX triplet: E2, 84 and 61. RGB value is (226,132,97). Sum of RGB (Red+Green+Blue) = 226+132+97=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E28461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28461 is #1D7B9E. Grayscale: #9C9C9C. Windows color (decimal): -1932191 or 6391010. OLE color: 6391010.
HSL color Cylindrical-coordinate representation of color #E28461: hue angle of 16.28º 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 #E28461 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 97 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.11 |
| HSL | 16.28º | 0.69% | 0.63% | - |
| HSV(B) | 16.28º | 0.57% | 0.89% | - |
| XYZ | 41.77 | 33.53 | 15.58 | - |
| YUV | 156.12 | 94.64 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 97 | 0 | 0.42 | 0.57 | 0.11 | 16.28 | 0.69 | 0.63 |
| Hex | E2 | 84 | 61 | 0 | 2A | 39 | B | 10 | 45 | 3F |
| Octal | 342 | 204 | 141 | 0 | 52 | 71 | 13 | 20 | 105 | 77 |
| Binary | 11100010 | 10000100 | 1100001 | 0 | 101010 | 111001 | 1011 | 10000 | 1000101 | 111111 |
Color Harmonies of #E28461
Complementary color
Monochromatic Colors of #E28461
Black with #E28461
Text Example
Text Example
White with #E28461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28461; }
p { color: rgb(226,132,97); }
H1.HeaderClassName
{
color: #E28461;
}
.AnyTagClassName
{
color: #E28461;
}
</style>
background-color css
<style>
a { background-color: #E28461; }
a { background-color: rgb(226,132,97); }
div.DivClassName
{
background-color: #E28461;
}
.BgClassName
{
background-color: #E28461;
}
</style>
border-color css
<style>
span { border-color: #E28461; }
span { border-color: rgb(226,132,97); }
td.TdClassName
{
border-color: #E28461;
}
.TagClassName
{
border-color: #E28461;
}
</style>