Shades of Copper #E1845E
Tints of Copper #E1845E
RGB
CMYK
RGB Variations
Color information
#E1845E (or 0xE1845E) is known color: Copper. HEX triplet: E1, 84 and 5E. RGB value is (225,132,94). Sum of RGB (Red+Green+Blue) = 225+132+94=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1845E is #1E7BA1. Grayscale: #9B9B9B. Windows color (decimal): -1997730 or 6194401. OLE color: 6194401.
HSL color Cylindrical-coordinate representation of color #E1845E: hue angle of 17.4º 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 #E1845E is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 94 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.12 |
| HSL | 17.4º | 0.69% | 0.63% | - |
| HSV(B) | 17.4º | 0.58% | 0.88% | - |
| XYZ | 41.32 | 33.32 | 14.84 | - |
| YUV | 155.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 94 | 0 | 0.41 | 0.58 | 0.12 | 17.4 | 0.69 | 0.63 |
| Hex | E1 | 84 | 5E | 0 | 29 | 3A | C | 11 | 45 | 3F |
| Octal | 341 | 204 | 136 | 0 | 51 | 72 | 14 | 21 | 105 | 77 |
| Binary | 11100001 | 10000100 | 1011110 | 0 | 101001 | 111010 | 1100 | 10001 | 1000101 | 111111 |
Color Harmonies of #E1845E
Complementary color
Monochromatic Colors of #E1845E
Black with #E1845E
Text Example
Text Example
White with #E1845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1845E; }
p { color: rgb(225,132,94); }
H1.HeaderClassName
{
color: #E1845E;
}
.AnyTagClassName
{
color: #E1845E;
}
</style>
background-color css
<style>
a { background-color: #E1845E; }
a { background-color: rgb(225,132,94); }
div.DivClassName
{
background-color: #E1845E;
}
.BgClassName
{
background-color: #E1845E;
}
</style>
border-color css
<style>
span { border-color: #E1845E; }
span { border-color: rgb(225,132,94); }
td.TdClassName
{
border-color: #E1845E;
}
.TagClassName
{
border-color: #E1845E;
}
</style>