Shades of Copper #E2876C
Tints of Copper #E2876C
RGB
CMYK
RGB Variations
Color information
#E2876C (or 0xE2876C) is known color: Copper. HEX triplet: E2, 87 and 6C. RGB value is (226,135,108). Sum of RGB (Red+Green+Blue) = 226+135+108=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2876C is #1D7893. Grayscale: #9F9F9F. Windows color (decimal): -1931412 or 7112674. OLE color: 7112674.
HSL color Cylindrical-coordinate representation of color #E2876C: hue angle of 13.73º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2876C is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 108 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.11 |
| HSL | 13.73º | 0.67% | 0.65% | - |
| HSV(B) | 13.73º | 0.52% | 0.89% | - |
| XYZ | 42.73 | 34.58 | 18.61 | - |
| YUV | 159.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 108 | 0 | 0.40 | 0.52 | 0.11 | 13.73 | 0.67 | 0.65 |
| Hex | E2 | 87 | 6C | 0 | 28 | 34 | B | E | 43 | 41 |
| Octal | 342 | 207 | 154 | 0 | 50 | 64 | 13 | 16 | 103 | 101 |
| Binary | 11100010 | 10000111 | 1101100 | 0 | 101000 | 110100 | 1011 | 1110 | 1000011 | 1000001 |
Color Harmonies of #E2876C
Complementary color
Monochromatic Colors of #E2876C
Black with #E2876C
Text Example
Text Example
White with #E2876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2876C; }
p { color: rgb(226,135,108); }
H1.HeaderClassName
{
color: #E2876C;
}
.AnyTagClassName
{
color: #E2876C;
}
</style>
background-color css
<style>
a { background-color: #E2876C; }
a { background-color: rgb(226,135,108); }
div.DivClassName
{
background-color: #E2876C;
}
.BgClassName
{
background-color: #E2876C;
}
</style>
border-color css
<style>
span { border-color: #E2876C; }
span { border-color: rgb(226,135,108); }
td.TdClassName
{
border-color: #E2876C;
}
.TagClassName
{
border-color: #E2876C;
}
</style>