Shades of Copper #E59260
Tints of Copper #E59260
RGB
CMYK
RGB Variations
Color information
#E59260 (or 0xE59260) is known color: Copper. HEX triplet: E5, 92 and 60. RGB value is (229,146,96). Sum of RGB (Red+Green+Blue) = 229+146+96=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E59260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59260 is #1A6D9F. Grayscale: #A5A5A5. Windows color (decimal): -1732000 or 6329061. OLE color: 6329061.
HSL color Cylindrical-coordinate representation of color #E59260: hue angle of 22.56º 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 #E59260 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 96 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.10 |
| HSL | 22.56º | 0.72% | 0.64% | - |
| HSV(B) | 22.56º | 0.58% | 0.9% | - |
| XYZ | 44.7 | 38.06 | 16.06 | - |
| YUV | 165.12 | 89 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 96 | 0 | 0.36 | 0.58 | 0.10 | 22.56 | 0.72 | 0.64 |
| Hex | E5 | 92 | 60 | 0 | 24 | 3A | A | 17 | 48 | 40 |
| Octal | 345 | 222 | 140 | 0 | 44 | 72 | 12 | 27 | 110 | 100 |
| Binary | 11100101 | 10010010 | 1100000 | 0 | 100100 | 111010 | 1010 | 10111 | 1001000 | 1000000 |
Color Harmonies of #E59260
Complementary color
Monochromatic Colors of #E59260
Black with #E59260
Text Example
Text Example
White with #E59260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59260; }
p { color: rgb(229,146,96); }
H1.HeaderClassName
{
color: #E59260;
}
.AnyTagClassName
{
color: #E59260;
}
</style>
background-color css
<style>
a { background-color: #E59260; }
a { background-color: rgb(229,146,96); }
div.DivClassName
{
background-color: #E59260;
}
.BgClassName
{
background-color: #E59260;
}
</style>
border-color css
<style>
span { border-color: #E59260; }
span { border-color: rgb(229,146,96); }
td.TdClassName
{
border-color: #E59260;
}
.TagClassName
{
border-color: #E59260;
}
</style>