Shades of Copper #E58461
Tints of Copper #E58461
RGB
CMYK
RGB Variations
Color information
#E58461 (or 0xE58461) is known color: Copper. HEX triplet: E5, 84 and 61. RGB value is (229,132,97). Sum of RGB (Red+Green+Blue) = 229+132+97=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E58461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58461 is #1A7B9E. Grayscale: #9D9D9D. Windows color (decimal): -1735583 or 6391013. OLE color: 6391013.
HSL color Cylindrical-coordinate representation of color #E58461: hue angle of 15.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E58461 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 97 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.10 |
| HSL | 15.91º | 0.72% | 0.64% | - |
| HSV(B) | 15.91º | 0.58% | 0.9% | - |
| XYZ | 42.72 | 34.02 | 15.62 | - |
| YUV | 157.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 97 | 0 | 0.42 | 0.58 | 0.10 | 15.91 | 0.72 | 0.64 |
| Hex | E5 | 84 | 61 | 0 | 2A | 3A | A | 10 | 48 | 40 |
| Octal | 345 | 204 | 141 | 0 | 52 | 72 | 12 | 20 | 110 | 100 |
| Binary | 11100101 | 10000100 | 1100001 | 0 | 101010 | 111010 | 1010 | 10000 | 1001000 | 1000000 |
Color Harmonies of #E58461
Complementary color
Monochromatic Colors of #E58461
Black with #E58461
Text Example
Text Example
White with #E58461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58461; }
p { color: rgb(229,132,97); }
H1.HeaderClassName
{
color: #E58461;
}
.AnyTagClassName
{
color: #E58461;
}
</style>
background-color css
<style>
a { background-color: #E58461; }
a { background-color: rgb(229,132,97); }
div.DivClassName
{
background-color: #E58461;
}
.BgClassName
{
background-color: #E58461;
}
</style>
border-color css
<style>
span { border-color: #E58461; }
span { border-color: rgb(229,132,97); }
td.TdClassName
{
border-color: #E58461;
}
.TagClassName
{
border-color: #E58461;
}
</style>