Shades of Copper #E2885C
Tints of Copper #E2885C
RGB
CMYK
RGB Variations
Color information
#E2885C (or 0xE2885C) is known color: Copper. HEX triplet: E2, 88 and 5C. RGB value is (226,136,92). Sum of RGB (Red+Green+Blue) = 226+136+92=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2885C is #1D77A3. Grayscale: #9E9E9E. Windows color (decimal): -1931172 or 6064354. OLE color: 6064354.
HSL color Cylindrical-coordinate representation of color #E2885C: hue angle of 19.7º 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 #E2885C is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 92 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.11 |
| HSL | 19.7º | 0.7% | 0.62% | - |
| HSV(B) | 19.7º | 0.59% | 0.89% | - |
| XYZ | 42.1 | 34.55 | 14.58 | - |
| YUV | 157.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 92 | 0 | 0.40 | 0.59 | 0.11 | 19.7 | 0.7 | 0.62 |
| Hex | E2 | 88 | 5C | 0 | 28 | 3B | B | 14 | 46 | 3E |
| Octal | 342 | 210 | 134 | 0 | 50 | 73 | 13 | 24 | 106 | 76 |
| Binary | 11100010 | 10001000 | 1011100 | 0 | 101000 | 111011 | 1011 | 10100 | 1000110 | 111110 |
Color Harmonies of #E2885C
Complementary color
Monochromatic Colors of #E2885C
Black with #E2885C
Text Example
Text Example
White with #E2885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2885C; }
p { color: rgb(226,136,92); }
H1.HeaderClassName
{
color: #E2885C;
}
.AnyTagClassName
{
color: #E2885C;
}
</style>
background-color css
<style>
a { background-color: #E2885C; }
a { background-color: rgb(226,136,92); }
div.DivClassName
{
background-color: #E2885C;
}
.BgClassName
{
background-color: #E2885C;
}
</style>
border-color css
<style>
span { border-color: #E2885C; }
span { border-color: rgb(226,136,92); }
td.TdClassName
{
border-color: #E2885C;
}
.TagClassName
{
border-color: #E2885C;
}
</style>