Shades of Copper #E1805E
Tints of Copper #E1805E
RGB
CMYK
RGB Variations
Color information
#E1805E (or 0xE1805E) is known color: Copper. HEX triplet: E1, 80 and 5E. RGB value is (225,128,94). Sum of RGB (Red+Green+Blue) = 225+128+94=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1805E is #1E7FA1. Grayscale: #999999. Windows color (decimal): -1998754 or 6193377. OLE color: 6193377.
HSL color Cylindrical-coordinate representation of color #E1805E: hue angle of 15.57º 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 #E1805E is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 94 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.12 |
| HSL | 15.57º | 0.69% | 0.63% | - |
| HSV(B) | 15.57º | 0.58% | 0.88% | - |
| XYZ | 40.79 | 32.25 | 14.67 | - |
| YUV | 153.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 94 | 0 | 0.43 | 0.58 | 0.12 | 15.57 | 0.69 | 0.63 |
| Hex | E1 | 80 | 5E | 0 | 2B | 3A | C | 10 | 45 | 3F |
| Octal | 341 | 200 | 136 | 0 | 53 | 72 | 14 | 20 | 105 | 77 |
| Binary | 11100001 | 10000000 | 1011110 | 0 | 101011 | 111010 | 1100 | 10000 | 1000101 | 111111 |
Color Harmonies of #E1805E
Complementary color
Monochromatic Colors of #E1805E
Black with #E1805E
Text Example
Text Example
White with #E1805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1805E; }
p { color: rgb(225,128,94); }
H1.HeaderClassName
{
color: #E1805E;
}
.AnyTagClassName
{
color: #E1805E;
}
</style>
background-color css
<style>
a { background-color: #E1805E; }
a { background-color: rgb(225,128,94); }
div.DivClassName
{
background-color: #E1805E;
}
.BgClassName
{
background-color: #E1805E;
}
</style>
border-color css
<style>
span { border-color: #E1805E; }
span { border-color: rgb(225,128,94); }
td.TdClassName
{
border-color: #E1805E;
}
.TagClassName
{
border-color: #E1805E;
}
</style>