Shades of Copper #E2865E
Tints of Copper #E2865E
RGB
CMYK
RGB Variations
Color information
#E2865E (or 0xE2865E) is known color: Copper. HEX triplet: E2, 86 and 5E. RGB value is (226,134,94). Sum of RGB (Red+Green+Blue) = 226+134+94=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2865E is #1D79A1. Grayscale: #9D9D9D. Windows color (decimal): -1931682 or 6194914. OLE color: 6194914.
HSL color Cylindrical-coordinate representation of color #E2865E: hue angle of 18.18º 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 #E2865E is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 94 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.11 |
| HSL | 18.18º | 0.69% | 0.63% | - |
| HSV(B) | 18.18º | 0.58% | 0.89% | - |
| XYZ | 41.91 | 34.03 | 14.95 | - |
| YUV | 156.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 94 | 0 | 0.41 | 0.58 | 0.11 | 18.18 | 0.69 | 0.63 |
| Hex | E2 | 86 | 5E | 0 | 29 | 3A | B | 12 | 45 | 3F |
| Octal | 342 | 206 | 136 | 0 | 51 | 72 | 13 | 22 | 105 | 77 |
| Binary | 11100010 | 10000110 | 1011110 | 0 | 101001 | 111010 | 1011 | 10010 | 1000101 | 111111 |
Color Harmonies of #E2865E
Complementary color
Monochromatic Colors of #E2865E
Black with #E2865E
Text Example
Text Example
White with #E2865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2865E; }
p { color: rgb(226,134,94); }
H1.HeaderClassName
{
color: #E2865E;
}
.AnyTagClassName
{
color: #E2865E;
}
</style>
background-color css
<style>
a { background-color: #E2865E; }
a { background-color: rgb(226,134,94); }
div.DivClassName
{
background-color: #E2865E;
}
.BgClassName
{
background-color: #E2865E;
}
</style>
border-color css
<style>
span { border-color: #E2865E; }
span { border-color: rgb(226,134,94); }
td.TdClassName
{
border-color: #E2865E;
}
.TagClassName
{
border-color: #E2865E;
}
</style>