Shades of Copper #E58E61
Tints of Copper #E58E61
RGB
CMYK
RGB Variations
Color information
#E58E61 (or 0xE58E61) is known color: Copper. HEX triplet: E5, 8E and 61. RGB value is (229,142,97). Sum of RGB (Red+Green+Blue) = 229+142+97=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E61 is #1A719E. Grayscale: #A3A3A3. Windows color (decimal): -1733023 or 6393573. OLE color: 6393573.
HSL color Cylindrical-coordinate representation of color #E58E61: hue angle of 20.45º 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 #E58E61 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 97 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.10 |
| HSL | 20.45º | 0.72% | 0.64% | - |
| HSV(B) | 20.45º | 0.58% | 0.9% | - |
| XYZ | 44.14 | 36.87 | 16.1 | - |
| YUV | 162.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 97 | 0 | 0.38 | 0.58 | 0.10 | 20.45 | 0.72 | 0.64 |
| Hex | E5 | 8E | 61 | 0 | 26 | 3A | A | 14 | 48 | 40 |
| Octal | 345 | 216 | 141 | 0 | 46 | 72 | 12 | 24 | 110 | 100 |
| Binary | 11100101 | 10001110 | 1100001 | 0 | 100110 | 111010 | 1010 | 10100 | 1001000 | 1000000 |
Color Harmonies of #E58E61
Complementary color
Monochromatic Colors of #E58E61
Black with #E58E61
Text Example
Text Example
White with #E58E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E61; }
p { color: rgb(229,142,97); }
H1.HeaderClassName
{
color: #E58E61;
}
.AnyTagClassName
{
color: #E58E61;
}
</style>
background-color css
<style>
a { background-color: #E58E61; }
a { background-color: rgb(229,142,97); }
div.DivClassName
{
background-color: #E58E61;
}
.BgClassName
{
background-color: #E58E61;
}
</style>
border-color css
<style>
span { border-color: #E58E61; }
span { border-color: rgb(229,142,97); }
td.TdClassName
{
border-color: #E58E61;
}
.TagClassName
{
border-color: #E58E61;
}
</style>