Shades of Copper #E2885A
Tints of Copper #E2885A
RGB
CMYK
RGB Variations
Color information
#E2885A (or 0xE2885A) is known color: Copper. HEX triplet: E2, 88 and 5A. RGB value is (226,136,90). Sum of RGB (Red+Green+Blue) = 226+136+90=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2885A is #1D77A5. Grayscale: #9D9D9D. Windows color (decimal): -1931174 or 5933282. OLE color: 5933282.
HSL color Cylindrical-coordinate representation of color #E2885A: hue angle of 20.29º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2885A is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 90 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.11 |
| HSL | 20.29º | 0.7% | 0.62% | - |
| HSV(B) | 20.29º | 0.6% | 0.89% | - |
| XYZ | 42.01 | 34.52 | 14.12 | - |
| YUV | 157.67 | 89.82 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 90 | 0 | 0.40 | 0.60 | 0.11 | 20.29 | 0.7 | 0.62 |
| Hex | E2 | 88 | 5A | 0 | 28 | 3C | B | 14 | 46 | 3E |
| Octal | 342 | 210 | 132 | 0 | 50 | 74 | 13 | 24 | 106 | 76 |
| Binary | 11100010 | 10001000 | 1011010 | 0 | 101000 | 111100 | 1011 | 10100 | 1000110 | 111110 |
Color Harmonies of #E2885A
Complementary color
Monochromatic Colors of #E2885A
Black with #E2885A
Text Example
Text Example
White with #E2885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2885A; }
p { color: rgb(226,136,90); }
H1.HeaderClassName
{
color: #E2885A;
}
.AnyTagClassName
{
color: #E2885A;
}
</style>
background-color css
<style>
a { background-color: #E2885A; }
a { background-color: rgb(226,136,90); }
div.DivClassName
{
background-color: #E2885A;
}
.BgClassName
{
background-color: #E2885A;
}
</style>
border-color css
<style>
span { border-color: #E2885A; }
span { border-color: rgb(226,136,90); }
td.TdClassName
{
border-color: #E2885A;
}
.TagClassName
{
border-color: #E2885A;
}
</style>