Shades of Copper #E1825E
Tints of Copper #E1825E
RGB
CMYK
RGB Variations
Color information
#E1825E (or 0xE1825E) is known color: Copper. HEX triplet: E1, 82 and 5E. RGB value is (225,130,94). Sum of RGB (Red+Green+Blue) = 225+130+94=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1825E is #1E7DA1. Grayscale: #9A9A9A. Windows color (decimal): -1998242 or 6193889. OLE color: 6193889.
HSL color Cylindrical-coordinate representation of color #E1825E: hue angle of 16.49º 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 #E1825E is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 94 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.12 |
| HSL | 16.49º | 0.69% | 0.63% | - |
| HSV(B) | 16.49º | 0.58% | 0.88% | - |
| XYZ | 41.05 | 32.78 | 14.75 | - |
| YUV | 154.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 94 | 0 | 0.42 | 0.58 | 0.12 | 16.49 | 0.69 | 0.63 |
| Hex | E1 | 82 | 5E | 0 | 2A | 3A | C | 10 | 45 | 3F |
| Octal | 341 | 202 | 136 | 0 | 52 | 72 | 14 | 20 | 105 | 77 |
| Binary | 11100001 | 10000010 | 1011110 | 0 | 101010 | 111010 | 1100 | 10000 | 1000101 | 111111 |
Color Harmonies of #E1825E
Complementary color
Monochromatic Colors of #E1825E
Black with #E1825E
Text Example
Text Example
White with #E1825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1825E; }
p { color: rgb(225,130,94); }
H1.HeaderClassName
{
color: #E1825E;
}
.AnyTagClassName
{
color: #E1825E;
}
</style>
background-color css
<style>
a { background-color: #E1825E; }
a { background-color: rgb(225,130,94); }
div.DivClassName
{
background-color: #E1825E;
}
.BgClassName
{
background-color: #E1825E;
}
</style>
border-color css
<style>
span { border-color: #E1825E; }
span { border-color: rgb(225,130,94); }
td.TdClassName
{
border-color: #E1825E;
}
.TagClassName
{
border-color: #E1825E;
}
</style>