Shades of Copper #E58D62
Tints of Copper #E58D62
RGB
CMYK
RGB Variations
Color information
#E58D62 (or 0xE58D62) is known color: Copper. HEX triplet: E5, 8D and 62. RGB value is (229,141,98). Sum of RGB (Red+Green+Blue) = 229+141+98=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D62 is #1A729D. Grayscale: #A2A2A2. Windows color (decimal): -1733278 or 6458853. OLE color: 6458853.
HSL color Cylindrical-coordinate representation of color #E58D62: hue angle of 19.69º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E58D62 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 98 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.10 |
| HSL | 19.69º | 0.72% | 0.64% | - |
| HSV(B) | 19.69º | 0.57% | 0.9% | - |
| XYZ | 44.04 | 36.59 | 16.3 | - |
| YUV | 162.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 98 | 0 | 0.38 | 0.57 | 0.10 | 19.69 | 0.72 | 0.64 |
| Hex | E5 | 8D | 62 | 0 | 26 | 39 | A | 14 | 48 | 40 |
| Octal | 345 | 215 | 142 | 0 | 46 | 71 | 12 | 24 | 110 | 100 |
| Binary | 11100101 | 10001101 | 1100010 | 0 | 100110 | 111001 | 1010 | 10100 | 1001000 | 1000000 |
Color Harmonies of #E58D62
Complementary color
Monochromatic Colors of #E58D62
Black with #E58D62
Text Example
Text Example
White with #E58D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D62; }
p { color: rgb(229,141,98); }
H1.HeaderClassName
{
color: #E58D62;
}
.AnyTagClassName
{
color: #E58D62;
}
</style>
background-color css
<style>
a { background-color: #E58D62; }
a { background-color: rgb(229,141,98); }
div.DivClassName
{
background-color: #E58D62;
}
.BgClassName
{
background-color: #E58D62;
}
</style>
border-color css
<style>
span { border-color: #E58D62; }
span { border-color: rgb(229,141,98); }
td.TdClassName
{
border-color: #E58D62;
}
.TagClassName
{
border-color: #E58D62;
}
</style>