Shades of Copper #E28E5F
Tints of Copper #E28E5F
RGB
CMYK
RGB Variations
Color information
#E28E5F (or 0xE28E5F) is known color: Copper. HEX triplet: E2, 8E and 5F. RGB value is (226,142,95). Sum of RGB (Red+Green+Blue) = 226+142+95=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E5F is #1D71A0. Grayscale: #A2A2A2. Windows color (decimal): -1929633 or 6262498. OLE color: 6262498.
HSL color Cylindrical-coordinate representation of color #E28E5F: hue angle of 21.53º 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 #E28E5F is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 95 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.11 |
| HSL | 21.53º | 0.69% | 0.63% | - |
| HSV(B) | 21.53º | 0.58% | 0.89% | - |
| XYZ | 43.1 | 36.34 | 15.57 | - |
| YUV | 161.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 95 | 0 | 0.37 | 0.58 | 0.11 | 21.53 | 0.69 | 0.63 |
| Hex | E2 | 8E | 5F | 0 | 25 | 3A | B | 16 | 45 | 3F |
| Octal | 342 | 216 | 137 | 0 | 45 | 72 | 13 | 26 | 105 | 77 |
| Binary | 11100010 | 10001110 | 1011111 | 0 | 100101 | 111010 | 1011 | 10110 | 1000101 | 111111 |
Color Harmonies of #E28E5F
Complementary color
Monochromatic Colors of #E28E5F
Black with #E28E5F
Text Example
Text Example
White with #E28E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E5F; }
p { color: rgb(226,142,95); }
H1.HeaderClassName
{
color: #E28E5F;
}
.AnyTagClassName
{
color: #E28E5F;
}
</style>
background-color css
<style>
a { background-color: #E28E5F; }
a { background-color: rgb(226,142,95); }
div.DivClassName
{
background-color: #E28E5F;
}
.BgClassName
{
background-color: #E28E5F;
}
</style>
border-color css
<style>
span { border-color: #E28E5F; }
span { border-color: rgb(226,142,95); }
td.TdClassName
{
border-color: #E28E5F;
}
.TagClassName
{
border-color: #E28E5F;
}
</style>