Shades of Copper #E28C5F
Tints of Copper #E28C5F
RGB
CMYK
RGB Variations
Color information
#E28C5F (or 0xE28C5F) is known color: Copper. HEX triplet: E2, 8C and 5F. RGB value is (226,140,95). Sum of RGB (Red+Green+Blue) = 226+140+95=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C5F is #1D73A0. Grayscale: #A0A0A0. Windows color (decimal): -1930145 or 6261986. OLE color: 6261986.
HSL color Cylindrical-coordinate representation of color #E28C5F: hue angle of 20.61º 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 #E28C5F is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 95 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.11 |
| HSL | 20.61º | 0.69% | 0.63% | - |
| HSV(B) | 20.61º | 0.58% | 0.89% | - |
| XYZ | 42.81 | 35.75 | 15.47 | - |
| YUV | 160.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 95 | 0 | 0.38 | 0.58 | 0.11 | 20.61 | 0.69 | 0.63 |
| Hex | E2 | 8C | 5F | 0 | 26 | 3A | B | 15 | 45 | 3F |
| Octal | 342 | 214 | 137 | 0 | 46 | 72 | 13 | 25 | 105 | 77 |
| Binary | 11100010 | 10001100 | 1011111 | 0 | 100110 | 111010 | 1011 | 10101 | 1000101 | 111111 |
Color Harmonies of #E28C5F
Complementary color
Monochromatic Colors of #E28C5F
Black with #E28C5F
Text Example
Text Example
White with #E28C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C5F; }
p { color: rgb(226,140,95); }
H1.HeaderClassName
{
color: #E28C5F;
}
.AnyTagClassName
{
color: #E28C5F;
}
</style>
background-color css
<style>
a { background-color: #E28C5F; }
a { background-color: rgb(226,140,95); }
div.DivClassName
{
background-color: #E28C5F;
}
.BgClassName
{
background-color: #E28C5F;
}
</style>
border-color css
<style>
span { border-color: #E28C5F; }
span { border-color: rgb(226,140,95); }
td.TdClassName
{
border-color: #E28C5F;
}
.TagClassName
{
border-color: #E28C5F;
}
</style>