Shades of Copper #E2875B
Tints of Copper #E2875B
RGB
CMYK
RGB Variations
Color information
#E2875B (or 0xE2875B) is known color: Copper. HEX triplet: E2, 87 and 5B. RGB value is (226,135,91). Sum of RGB (Red+Green+Blue) = 226+135+91=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2875B is #1D78A4. Grayscale: #9D9D9D. Windows color (decimal): -1931429 or 5998562. OLE color: 5998562.
HSL color Cylindrical-coordinate representation of color #E2875B: hue angle of 19.56º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2875B is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 91 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.11 |
| HSL | 19.56º | 0.7% | 0.62% | - |
| HSV(B) | 19.56º | 0.6% | 0.89% | - |
| XYZ | 41.92 | 34.25 | 14.3 | - |
| YUV | 157.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 91 | 0 | 0.40 | 0.60 | 0.11 | 19.56 | 0.7 | 0.62 |
| Hex | E2 | 87 | 5B | 0 | 28 | 3C | B | 14 | 46 | 3E |
| Octal | 342 | 207 | 133 | 0 | 50 | 74 | 13 | 24 | 106 | 76 |
| Binary | 11100010 | 10000111 | 1011011 | 0 | 101000 | 111100 | 1011 | 10100 | 1000110 | 111110 |
Color Harmonies of #E2875B
Complementary color
Monochromatic Colors of #E2875B
Black with #E2875B
Text Example
Text Example
White with #E2875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2875B; }
p { color: rgb(226,135,91); }
H1.HeaderClassName
{
color: #E2875B;
}
.AnyTagClassName
{
color: #E2875B;
}
</style>
background-color css
<style>
a { background-color: #E2875B; }
a { background-color: rgb(226,135,91); }
div.DivClassName
{
background-color: #E2875B;
}
.BgClassName
{
background-color: #E2875B;
}
</style>
border-color css
<style>
span { border-color: #E2875B; }
span { border-color: rgb(226,135,91); }
td.TdClassName
{
border-color: #E2875B;
}
.TagClassName
{
border-color: #E2875B;
}
</style>