Shades of Copper #E2835E
Tints of Copper #E2835E
RGB
CMYK
RGB Variations
Color information
#E2835E (or 0xE2835E) is known color: Copper. HEX triplet: E2, 83 and 5E. RGB value is (226,131,94). Sum of RGB (Red+Green+Blue) = 226+131+94=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2835E is #1D7CA1. Grayscale: #9B9B9B. Windows color (decimal): -1932450 or 6194146. OLE color: 6194146.
HSL color Cylindrical-coordinate representation of color #E2835E: hue angle of 16.82º 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 #E2835E is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 94 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.11 |
| HSL | 16.82º | 0.69% | 0.63% | - |
| HSV(B) | 16.82º | 0.58% | 0.89% | - |
| XYZ | 41.5 | 33.21 | 14.81 | - |
| YUV | 155.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 94 | 0 | 0.42 | 0.58 | 0.11 | 16.82 | 0.69 | 0.63 |
| Hex | E2 | 83 | 5E | 0 | 2A | 3A | B | 11 | 45 | 3F |
| Octal | 342 | 203 | 136 | 0 | 52 | 72 | 13 | 21 | 105 | 77 |
| Binary | 11100010 | 10000011 | 1011110 | 0 | 101010 | 111010 | 1011 | 10001 | 1000101 | 111111 |
Color Harmonies of #E2835E
Complementary color
Monochromatic Colors of #E2835E
Black with #E2835E
Text Example
Text Example
White with #E2835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2835E; }
p { color: rgb(226,131,94); }
H1.HeaderClassName
{
color: #E2835E;
}
.AnyTagClassName
{
color: #E2835E;
}
</style>
background-color css
<style>
a { background-color: #E2835E; }
a { background-color: rgb(226,131,94); }
div.DivClassName
{
background-color: #E2835E;
}
.BgClassName
{
background-color: #E2835E;
}
</style>
border-color css
<style>
span { border-color: #E2835E; }
span { border-color: rgb(226,131,94); }
td.TdClassName
{
border-color: #E2835E;
}
.TagClassName
{
border-color: #E2835E;
}
</style>