Shades of Copper #E1805F
Tints of Copper #E1805F
RGB
CMYK
RGB Variations
Color information
#E1805F (or 0xE1805F) is known color: Copper. HEX triplet: E1, 80 and 5F. RGB value is (225,128,95). Sum of RGB (Red+Green+Blue) = 225+128+95=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1805F is #1E7FA0. Grayscale: #999999. Windows color (decimal): -1998753 or 6258913. OLE color: 6258913.
HSL color Cylindrical-coordinate representation of color #E1805F: hue angle of 15.23º degrees, saturation: 0.68, 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 #E1805F is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 95 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.12 |
| HSL | 15.23º | 0.68% | 0.63% | - |
| HSV(B) | 15.23º | 0.58% | 0.88% | - |
| XYZ | 40.84 | 32.27 | 14.9 | - |
| YUV | 153.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 95 | 0 | 0.43 | 0.58 | 0.12 | 15.23 | 0.68 | 0.63 |
| Hex | E1 | 80 | 5F | 0 | 2B | 3A | C | F | 44 | 3F |
| Octal | 341 | 200 | 137 | 0 | 53 | 72 | 14 | 17 | 104 | 77 |
| Binary | 11100001 | 10000000 | 1011111 | 0 | 101011 | 111010 | 1100 | 1111 | 1000100 | 111111 |
Color Harmonies of #E1805F
Complementary color
Monochromatic Colors of #E1805F
Black with #E1805F
Text Example
Text Example
White with #E1805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1805F; }
p { color: rgb(225,128,95); }
H1.HeaderClassName
{
color: #E1805F;
}
.AnyTagClassName
{
color: #E1805F;
}
</style>
background-color css
<style>
a { background-color: #E1805F; }
a { background-color: rgb(225,128,95); }
div.DivClassName
{
background-color: #E1805F;
}
.BgClassName
{
background-color: #E1805F;
}
</style>
border-color css
<style>
span { border-color: #E1805F; }
span { border-color: rgb(225,128,95); }
td.TdClassName
{
border-color: #E1805F;
}
.TagClassName
{
border-color: #E1805F;
}
</style>