Shades of Copper #E59161
Tints of Copper #E59161
RGB
CMYK
RGB Variations
Color information
#E59161 (or 0xE59161) is known color: Copper. HEX triplet: E5, 91 and 61. RGB value is (229,145,97). Sum of RGB (Red+Green+Blue) = 229+145+97=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E59161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59161 is #1A6E9E. Grayscale: #A4A4A4. Windows color (decimal): -1732255 or 6394341. OLE color: 6394341.
HSL color Cylindrical-coordinate representation of color #E59161: hue angle of 21.82º 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 #E59161 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 97 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.10 |
| HSL | 21.82º | 0.72% | 0.64% | - |
| HSV(B) | 21.82º | 0.58% | 0.9% | - |
| XYZ | 44.6 | 37.77 | 16.25 | - |
| YUV | 164.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 97 | 0 | 0.37 | 0.58 | 0.10 | 21.82 | 0.72 | 0.64 |
| Hex | E5 | 91 | 61 | 0 | 25 | 3A | A | 16 | 48 | 40 |
| Octal | 345 | 221 | 141 | 0 | 45 | 72 | 12 | 26 | 110 | 100 |
| Binary | 11100101 | 10010001 | 1100001 | 0 | 100101 | 111010 | 1010 | 10110 | 1001000 | 1000000 |
Color Harmonies of #E59161
Complementary color
Monochromatic Colors of #E59161
Black with #E59161
Text Example
Text Example
White with #E59161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59161; }
p { color: rgb(229,145,97); }
H1.HeaderClassName
{
color: #E59161;
}
.AnyTagClassName
{
color: #E59161;
}
</style>
background-color css
<style>
a { background-color: #E59161; }
a { background-color: rgb(229,145,97); }
div.DivClassName
{
background-color: #E59161;
}
.BgClassName
{
background-color: #E59161;
}
</style>
border-color css
<style>
span { border-color: #E59161; }
span { border-color: rgb(229,145,97); }
td.TdClassName
{
border-color: #E59161;
}
.TagClassName
{
border-color: #E59161;
}
</style>