Shades of Copper #E28359
Tints of Copper #E28359
RGB
CMYK
RGB Variations
Color information
#E28359 (or 0xE28359) is known color: Copper. HEX triplet: E2, 83 and 59. RGB value is (226,131,89). Sum of RGB (Red+Green+Blue) = 226+131+89=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E28359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28359 is #1D7CA6. Grayscale: #9A9A9A. Windows color (decimal): -1932455 or 5866466. OLE color: 5866466.
HSL color Cylindrical-coordinate representation of color #E28359: hue angle of 18.39º 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 #E28359 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 89 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.11 |
| HSL | 18.39º | 0.7% | 0.62% | - |
| HSV(B) | 18.39º | 0.61% | 0.89% | - |
| XYZ | 41.28 | 33.12 | 13.67 | - |
| YUV | 154.62 | 90.97 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 89 | 0 | 0.42 | 0.61 | 0.11 | 18.39 | 0.7 | 0.62 |
| Hex | E2 | 83 | 59 | 0 | 2A | 3D | B | 12 | 46 | 3E |
| Octal | 342 | 203 | 131 | 0 | 52 | 75 | 13 | 22 | 106 | 76 |
| Binary | 11100010 | 10000011 | 1011001 | 0 | 101010 | 111101 | 1011 | 10010 | 1000110 | 111110 |
Color Harmonies of #E28359
Complementary color
Monochromatic Colors of #E28359
Black with #E28359
Text Example
Text Example
White with #E28359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28359; }
p { color: rgb(226,131,89); }
H1.HeaderClassName
{
color: #E28359;
}
.AnyTagClassName
{
color: #E28359;
}
</style>
background-color css
<style>
a { background-color: #E28359; }
a { background-color: rgb(226,131,89); }
div.DivClassName
{
background-color: #E28359;
}
.BgClassName
{
background-color: #E28359;
}
</style>
border-color css
<style>
span { border-color: #E28359; }
span { border-color: rgb(226,131,89); }
td.TdClassName
{
border-color: #E28359;
}
.TagClassName
{
border-color: #E28359;
}
</style>