Shades of Copper #E2875E
Tints of Copper #E2875E
RGB
CMYK
RGB Variations
Color information
#E2875E (or 0xE2875E) is known color: Copper. HEX triplet: E2, 87 and 5E. RGB value is (226,135,94). Sum of RGB (Red+Green+Blue) = 226+135+94=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2875E is #1D78A1. Grayscale: #9D9D9D. Windows color (decimal): -1931426 or 6195170. OLE color: 6195170.
HSL color Cylindrical-coordinate representation of color #E2875E: hue angle of 18.64º 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 #E2875E is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 94 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.11 |
| HSL | 18.64º | 0.69% | 0.63% | - |
| HSV(B) | 18.64º | 0.58% | 0.89% | - |
| XYZ | 42.05 | 34.3 | 14.99 | - |
| YUV | 157.54 | 92.15 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 94 | 0 | 0.40 | 0.58 | 0.11 | 18.64 | 0.69 | 0.63 |
| Hex | E2 | 87 | 5E | 0 | 28 | 3A | B | 13 | 45 | 3F |
| Octal | 342 | 207 | 136 | 0 | 50 | 72 | 13 | 23 | 105 | 77 |
| Binary | 11100010 | 10000111 | 1011110 | 0 | 101000 | 111010 | 1011 | 10011 | 1000101 | 111111 |
Color Harmonies of #E2875E
Complementary color
Monochromatic Colors of #E2875E
Black with #E2875E
Text Example
Text Example
White with #E2875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2875E; }
p { color: rgb(226,135,94); }
H1.HeaderClassName
{
color: #E2875E;
}
.AnyTagClassName
{
color: #E2875E;
}
</style>
background-color css
<style>
a { background-color: #E2875E; }
a { background-color: rgb(226,135,94); }
div.DivClassName
{
background-color: #E2875E;
}
.BgClassName
{
background-color: #E2875E;
}
</style>
border-color css
<style>
span { border-color: #E2875E; }
span { border-color: rgb(226,135,94); }
td.TdClassName
{
border-color: #E2875E;
}
.TagClassName
{
border-color: #E2875E;
}
</style>