Shades of Copper #E58D5D
Tints of Copper #E58D5D
RGB
CMYK
RGB Variations
Color information
#E58D5D (or 0xE58D5D) is known color: Copper. HEX triplet: E5, 8D and 5D. RGB value is (229,141,93). Sum of RGB (Red+Green+Blue) = 229+141+93=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D5D is #1A72A2. Grayscale: #A2A2A2. Windows color (decimal): -1733283 or 6131173. OLE color: 6131173.
HSL color Cylindrical-coordinate representation of color #E58D5D: hue angle of 21.18º 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 #E58D5D is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 93 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.10 |
| HSL | 21.18º | 0.72% | 0.63% | - |
| HSV(B) | 21.18º | 0.59% | 0.9% | - |
| XYZ | 43.81 | 36.5 | 15.09 | - |
| YUV | 161.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 93 | 0 | 0.38 | 0.59 | 0.10 | 21.18 | 0.72 | 0.63 |
| Hex | E5 | 8D | 5D | 0 | 26 | 3B | A | 15 | 48 | 3F |
| Octal | 345 | 215 | 135 | 0 | 46 | 73 | 12 | 25 | 110 | 77 |
| Binary | 11100101 | 10001101 | 1011101 | 0 | 100110 | 111011 | 1010 | 10101 | 1001000 | 111111 |
Color Harmonies of #E58D5D
Complementary color
Monochromatic Colors of #E58D5D
Black with #E58D5D
Text Example
Text Example
White with #E58D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D5D; }
p { color: rgb(229,141,93); }
H1.HeaderClassName
{
color: #E58D5D;
}
.AnyTagClassName
{
color: #E58D5D;
}
</style>
background-color css
<style>
a { background-color: #E58D5D; }
a { background-color: rgb(229,141,93); }
div.DivClassName
{
background-color: #E58D5D;
}
.BgClassName
{
background-color: #E58D5D;
}
</style>
border-color css
<style>
span { border-color: #E58D5D; }
span { border-color: rgb(229,141,93); }
td.TdClassName
{
border-color: #E58D5D;
}
.TagClassName
{
border-color: #E58D5D;
}
</style>