Shades of Copper #E28459
Tints of Copper #E28459
RGB
CMYK
RGB Variations
Color information
#E28459 (or 0xE28459) is known color: Copper. HEX triplet: E2, 84 and 59. RGB value is (226,132,89). Sum of RGB (Red+Green+Blue) = 226+132+89=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E28459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28459 is #1D7BA6. Grayscale: #9B9B9B. Windows color (decimal): -1932199 or 5866722. OLE color: 5866722.
HSL color Cylindrical-coordinate representation of color #E28459: hue angle of 18.83º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E28459 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 89 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.11 |
| HSL | 18.83º | 0.7% | 0.62% | - |
| HSV(B) | 18.83º | 0.61% | 0.89% | - |
| XYZ | 41.42 | 33.39 | 13.71 | - |
| YUV | 155.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 89 | 0 | 0.42 | 0.61 | 0.11 | 18.83 | 0.7 | 0.62 |
| Hex | E2 | 84 | 59 | 0 | 2A | 3D | B | 13 | 46 | 3E |
| Octal | 342 | 204 | 131 | 0 | 52 | 75 | 13 | 23 | 106 | 76 |
| Binary | 11100010 | 10000100 | 1011001 | 0 | 101010 | 111101 | 1011 | 10011 | 1000110 | 111110 |
Color Harmonies of #E28459
Complementary color
Monochromatic Colors of #E28459
Black with #E28459
Text Example
Text Example
White with #E28459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28459; }
p { color: rgb(226,132,89); }
H1.HeaderClassName
{
color: #E28459;
}
.AnyTagClassName
{
color: #E28459;
}
</style>
background-color css
<style>
a { background-color: #E28459; }
a { background-color: rgb(226,132,89); }
div.DivClassName
{
background-color: #E28459;
}
.BgClassName
{
background-color: #E28459;
}
</style>
border-color css
<style>
span { border-color: #E28459; }
span { border-color: rgb(226,132,89); }
td.TdClassName
{
border-color: #E28459;
}
.TagClassName
{
border-color: #E28459;
}
</style>