Shades of Copper #E2855C
Tints of Copper #E2855C
RGB
CMYK
RGB Variations
Color information
#E2855C (or 0xE2855C) is known color: Copper. HEX triplet: E2, 85 and 5C. RGB value is (226,133,92). Sum of RGB (Red+Green+Blue) = 226+133+92=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2855C is #1D7AA3. Grayscale: #9C9C9C. Windows color (decimal): -1931940 or 6063586. OLE color: 6063586.
HSL color Cylindrical-coordinate representation of color #E2855C: hue angle of 18.36º 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 #E2855C is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 92 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.11 |
| HSL | 18.36º | 0.7% | 0.62% | - |
| HSV(B) | 18.36º | 0.59% | 0.89% | - |
| XYZ | 41.68 | 33.72 | 14.44 | - |
| YUV | 156.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 92 | 0 | 0.41 | 0.59 | 0.11 | 18.36 | 0.7 | 0.62 |
| Hex | E2 | 85 | 5C | 0 | 29 | 3B | B | 12 | 46 | 3E |
| Octal | 342 | 205 | 134 | 0 | 51 | 73 | 13 | 22 | 106 | 76 |
| Binary | 11100010 | 10000101 | 1011100 | 0 | 101001 | 111011 | 1011 | 10010 | 1000110 | 111110 |
Color Harmonies of #E2855C
Complementary color
Monochromatic Colors of #E2855C
Black with #E2855C
Text Example
Text Example
White with #E2855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2855C; }
p { color: rgb(226,133,92); }
H1.HeaderClassName
{
color: #E2855C;
}
.AnyTagClassName
{
color: #E2855C;
}
</style>
background-color css
<style>
a { background-color: #E2855C; }
a { background-color: rgb(226,133,92); }
div.DivClassName
{
background-color: #E2855C;
}
.BgClassName
{
background-color: #E2855C;
}
</style>
border-color css
<style>
span { border-color: #E2855C; }
span { border-color: rgb(226,133,92); }
td.TdClassName
{
border-color: #E2855C;
}
.TagClassName
{
border-color: #E2855C;
}
</style>