Shades of Copper #E58E5E
Tints of Copper #E58E5E
RGB
CMYK
RGB Variations
Color information
#E58E5E (or 0xE58E5E) is known color: Copper. HEX triplet: E5, 8E and 5E. RGB value is (229,142,94). Sum of RGB (Red+Green+Blue) = 229+142+94=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E5E is #1A71A1. Grayscale: #A2A2A2. Windows color (decimal): -1733026 or 6196965. OLE color: 6196965.
HSL color Cylindrical-coordinate representation of color #E58E5E: hue angle of 21.33º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E58E5E is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 94 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.10 |
| HSL | 21.33º | 0.72% | 0.63% | - |
| HSV(B) | 21.33º | 0.59% | 0.9% | - |
| XYZ | 44.01 | 36.81 | 15.38 | - |
| YUV | 162.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 94 | 0 | 0.38 | 0.59 | 0.10 | 21.33 | 0.72 | 0.63 |
| Hex | E5 | 8E | 5E | 0 | 26 | 3B | A | 15 | 48 | 3F |
| Octal | 345 | 216 | 136 | 0 | 46 | 73 | 12 | 25 | 110 | 77 |
| Binary | 11100101 | 10001110 | 1011110 | 0 | 100110 | 111011 | 1010 | 10101 | 1001000 | 111111 |
Color Harmonies of #E58E5E
Complementary color
Monochromatic Colors of #E58E5E
Black with #E58E5E
Text Example
Text Example
White with #E58E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E5E; }
p { color: rgb(229,142,94); }
H1.HeaderClassName
{
color: #E58E5E;
}
.AnyTagClassName
{
color: #E58E5E;
}
</style>
background-color css
<style>
a { background-color: #E58E5E; }
a { background-color: rgb(229,142,94); }
div.DivClassName
{
background-color: #E58E5E;
}
.BgClassName
{
background-color: #E58E5E;
}
</style>
border-color css
<style>
span { border-color: #E58E5E; }
span { border-color: rgb(229,142,94); }
td.TdClassName
{
border-color: #E58E5E;
}
.TagClassName
{
border-color: #E58E5E;
}
</style>