Shades of Copper #E58363
Tints of Copper #E58363
RGB
CMYK
RGB Variations
Color information
#E58363 (or 0xE58363) is known color: Copper. HEX triplet: E5, 83 and 63. RGB value is (229,131,99). Sum of RGB (Red+Green+Blue) = 229+131+99=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E58363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58363 is #1A7C9C. Grayscale: #9C9C9C. Windows color (decimal): -1735837 or 6521829. OLE color: 6521829.
HSL color Cylindrical-coordinate representation of color #E58363: hue angle of 14.77º 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 #E58363 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 99 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.10 |
| HSL | 14.77º | 0.71% | 0.64% | - |
| HSV(B) | 14.77º | 0.57% | 0.9% | - |
| XYZ | 42.68 | 33.79 | 16.08 | - |
| YUV | 156.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 99 | 0 | 0.43 | 0.57 | 0.10 | 14.77 | 0.71 | 0.64 |
| Hex | E5 | 83 | 63 | 0 | 2B | 39 | A | F | 47 | 40 |
| Octal | 345 | 203 | 143 | 0 | 53 | 71 | 12 | 17 | 107 | 100 |
| Binary | 11100101 | 10000011 | 1100011 | 0 | 101011 | 111001 | 1010 | 1111 | 1000111 | 1000000 |
Color Harmonies of #E58363
Complementary color
Monochromatic Colors of #E58363
Black with #E58363
Text Example
Text Example
White with #E58363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58363; }
p { color: rgb(229,131,99); }
H1.HeaderClassName
{
color: #E58363;
}
.AnyTagClassName
{
color: #E58363;
}
</style>
background-color css
<style>
a { background-color: #E58363; }
a { background-color: rgb(229,131,99); }
div.DivClassName
{
background-color: #E58363;
}
.BgClassName
{
background-color: #E58363;
}
</style>
border-color css
<style>
span { border-color: #E58363; }
span { border-color: rgb(229,131,99); }
td.TdClassName
{
border-color: #E58363;
}
.TagClassName
{
border-color: #E58363;
}
</style>