Shades of Copper #E2835C
Tints of Copper #E2835C
RGB
CMYK
RGB Variations
Color information
#E2835C (or 0xE2835C) is known color: Copper. HEX triplet: E2, 83 and 5C. RGB value is (226,131,92). Sum of RGB (Red+Green+Blue) = 226+131+92=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2835C is #1D7CA3. Grayscale: #9B9B9B. Windows color (decimal): -1932452 or 6063074. OLE color: 6063074.
HSL color Cylindrical-coordinate representation of color #E2835C: hue angle of 17.46º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2835C is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 92 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.11 |
| HSL | 17.46º | 0.7% | 0.62% | - |
| HSV(B) | 17.46º | 0.59% | 0.89% | - |
| XYZ | 41.41 | 33.17 | 14.35 | - |
| YUV | 154.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 92 | 0 | 0.42 | 0.59 | 0.11 | 17.46 | 0.7 | 0.62 |
| Hex | E2 | 83 | 5C | 0 | 2A | 3B | B | 11 | 46 | 3E |
| Octal | 342 | 203 | 134 | 0 | 52 | 73 | 13 | 21 | 106 | 76 |
| Binary | 11100010 | 10000011 | 1011100 | 0 | 101010 | 111011 | 1011 | 10001 | 1000110 | 111110 |
Color Harmonies of #E2835C
Complementary color
Monochromatic Colors of #E2835C
Black with #E2835C
Text Example
Text Example
White with #E2835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2835C; }
p { color: rgb(226,131,92); }
H1.HeaderClassName
{
color: #E2835C;
}
.AnyTagClassName
{
color: #E2835C;
}
</style>
background-color css
<style>
a { background-color: #E2835C; }
a { background-color: rgb(226,131,92); }
div.DivClassName
{
background-color: #E2835C;
}
.BgClassName
{
background-color: #E2835C;
}
</style>
border-color css
<style>
span { border-color: #E2835C; }
span { border-color: rgb(226,131,92); }
td.TdClassName
{
border-color: #E2835C;
}
.TagClassName
{
border-color: #E2835C;
}
</style>