Shades of Copper #E58263
Tints of Copper #E58263
RGB
CMYK
RGB Variations
Color information
#E58263 (or 0xE58263) is known color: Copper. HEX triplet: E5, 82 and 63. RGB value is (229,130,99). Sum of RGB (Red+Green+Blue) = 229+130+99=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E58263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58263 is #1A7D9C. Grayscale: #9C9C9C. Windows color (decimal): -1736093 or 6521573. OLE color: 6521573.
HSL color Cylindrical-coordinate representation of color #E58263: hue angle of 14.31º degrees, saturation: 0.71, 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 #E58263 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 99 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.10 |
| HSL | 14.31º | 0.71% | 0.64% | - |
| HSV(B) | 14.31º | 0.57% | 0.9% | - |
| XYZ | 42.55 | 33.52 | 16.03 | - |
| YUV | 156.07 | 95.8 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 99 | 0 | 0.43 | 0.57 | 0.10 | 14.31 | 0.71 | 0.64 |
| Hex | E5 | 82 | 63 | 0 | 2B | 39 | A | E | 47 | 40 |
| Octal | 345 | 202 | 143 | 0 | 53 | 71 | 12 | 16 | 107 | 100 |
| Binary | 11100101 | 10000010 | 1100011 | 0 | 101011 | 111001 | 1010 | 1110 | 1000111 | 1000000 |
Color Harmonies of #E58263
Complementary color
Monochromatic Colors of #E58263
Black with #E58263
Text Example
Text Example
White with #E58263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58263; }
p { color: rgb(229,130,99); }
H1.HeaderClassName
{
color: #E58263;
}
.AnyTagClassName
{
color: #E58263;
}
</style>
background-color css
<style>
a { background-color: #E58263; }
a { background-color: rgb(229,130,99); }
div.DivClassName
{
background-color: #E58263;
}
.BgClassName
{
background-color: #E58263;
}
</style>
border-color css
<style>
span { border-color: #E58263; }
span { border-color: rgb(229,130,99); }
td.TdClassName
{
border-color: #E58263;
}
.TagClassName
{
border-color: #E58263;
}
</style>