Shades of Copper #E28E5E
Tints of Copper #E28E5E
RGB
CMYK
RGB Variations
Color information
#E28E5E (or 0xE28E5E) is known color: Copper. HEX triplet: E2, 8E and 5E. RGB value is (226,142,94). Sum of RGB (Red+Green+Blue) = 226+142+94=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E5E is #1D71A1. Grayscale: #A1A1A1. Windows color (decimal): -1929634 or 6196962. OLE color: 6196962.
HSL color Cylindrical-coordinate representation of color #E28E5E: hue angle of 21.82º 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 #E28E5E is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 94 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.11 |
| HSL | 21.82º | 0.69% | 0.63% | - |
| HSV(B) | 21.82º | 0.58% | 0.89% | - |
| XYZ | 43.06 | 36.32 | 15.33 | - |
| YUV | 161.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 94 | 0 | 0.37 | 0.58 | 0.11 | 21.82 | 0.69 | 0.63 |
| Hex | E2 | 8E | 5E | 0 | 25 | 3A | B | 16 | 45 | 3F |
| Octal | 342 | 216 | 136 | 0 | 45 | 72 | 13 | 26 | 105 | 77 |
| Binary | 11100010 | 10001110 | 1011110 | 0 | 100101 | 111010 | 1011 | 10110 | 1000101 | 111111 |
Color Harmonies of #E28E5E
Complementary color
Monochromatic Colors of #E28E5E
Black with #E28E5E
Text Example
Text Example
White with #E28E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E5E; }
p { color: rgb(226,142,94); }
H1.HeaderClassName
{
color: #E28E5E;
}
.AnyTagClassName
{
color: #E28E5E;
}
</style>
background-color css
<style>
a { background-color: #E28E5E; }
a { background-color: rgb(226,142,94); }
div.DivClassName
{
background-color: #E28E5E;
}
.BgClassName
{
background-color: #E28E5E;
}
</style>
border-color css
<style>
span { border-color: #E28E5E; }
span { border-color: rgb(226,142,94); }
td.TdClassName
{
border-color: #E28E5E;
}
.TagClassName
{
border-color: #E28E5E;
}
</style>