Shades of Copper #E2886C
Tints of Copper #E2886C
RGB
CMYK
RGB Variations
Color information
#E2886C (or 0xE2886C) is known color: Copper. HEX triplet: E2, 88 and 6C. RGB value is (226,136,108). Sum of RGB (Red+Green+Blue) = 226+136+108=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2886C is #1D7793. Grayscale: #9F9F9F. Windows color (decimal): -1931156 or 7112930. OLE color: 7112930.
HSL color Cylindrical-coordinate representation of color #E2886C: hue angle of 14.24º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2886C is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 108 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.11 |
| HSL | 14.24º | 0.67% | 0.65% | - |
| HSV(B) | 14.24º | 0.52% | 0.89% | - |
| XYZ | 42.87 | 34.86 | 18.66 | - |
| YUV | 159.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 108 | 0 | 0.40 | 0.52 | 0.11 | 14.24 | 0.67 | 0.65 |
| Hex | E2 | 88 | 6C | 0 | 28 | 34 | B | E | 43 | 41 |
| Octal | 342 | 210 | 154 | 0 | 50 | 64 | 13 | 16 | 103 | 101 |
| Binary | 11100010 | 10001000 | 1101100 | 0 | 101000 | 110100 | 1011 | 1110 | 1000011 | 1000001 |
Color Harmonies of #E2886C
Complementary color
Monochromatic Colors of #E2886C
Black with #E2886C
Text Example
Text Example
White with #E2886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2886C; }
p { color: rgb(226,136,108); }
H1.HeaderClassName
{
color: #E2886C;
}
.AnyTagClassName
{
color: #E2886C;
}
</style>
background-color css
<style>
a { background-color: #E2886C; }
a { background-color: rgb(226,136,108); }
div.DivClassName
{
background-color: #E2886C;
}
.BgClassName
{
background-color: #E2886C;
}
</style>
border-color css
<style>
span { border-color: #E2886C; }
span { border-color: rgb(226,136,108); }
td.TdClassName
{
border-color: #E2886C;
}
.TagClassName
{
border-color: #E2886C;
}
</style>