Shades of Copper #E1885E
Tints of Copper #E1885E
RGB
CMYK
RGB Variations
Color information
#E1885E (or 0xE1885E) is known color: Copper. HEX triplet: E1, 88 and 5E. RGB value is (225,136,94). Sum of RGB (Red+Green+Blue) = 225+136+94=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1885E is #1E77A1. Grayscale: #9E9E9E. Windows color (decimal): -1996706 or 6195425. OLE color: 6195425.
HSL color Cylindrical-coordinate representation of color #E1885E: hue angle of 19.24º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1885E is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 94 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.12 |
| HSL | 19.24º | 0.69% | 0.63% | - |
| HSV(B) | 19.24º | 0.58% | 0.88% | - |
| XYZ | 41.88 | 34.42 | 15.03 | - |
| YUV | 157.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 94 | 0 | 0.40 | 0.58 | 0.12 | 19.24 | 0.69 | 0.63 |
| Hex | E1 | 88 | 5E | 0 | 28 | 3A | C | 13 | 45 | 3F |
| Octal | 341 | 210 | 136 | 0 | 50 | 72 | 14 | 23 | 105 | 77 |
| Binary | 11100001 | 10001000 | 1011110 | 0 | 101000 | 111010 | 1100 | 10011 | 1000101 | 111111 |
Color Harmonies of #E1885E
Complementary color
Monochromatic Colors of #E1885E
Black with #E1885E
Text Example
Text Example
White with #E1885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1885E; }
p { color: rgb(225,136,94); }
H1.HeaderClassName
{
color: #E1885E;
}
.AnyTagClassName
{
color: #E1885E;
}
</style>
background-color css
<style>
a { background-color: #E1885E; }
a { background-color: rgb(225,136,94); }
div.DivClassName
{
background-color: #E1885E;
}
.BgClassName
{
background-color: #E1885E;
}
</style>
border-color css
<style>
span { border-color: #E1885E; }
span { border-color: rgb(225,136,94); }
td.TdClassName
{
border-color: #E1885E;
}
.TagClassName
{
border-color: #E1885E;
}
</style>