Shades of Copper #E58D6D
Tints of Copper #E58D6D
RGB
CMYK
RGB Variations
Color information
#E58D6D (or 0xE58D6D) is known color: Copper. HEX triplet: E5, 8D and 6D. RGB value is (229,141,109). Sum of RGB (Red+Green+Blue) = 229+141+109=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D6D is #1A7292. Grayscale: #A3A3A3. Windows color (decimal): -1733267 or 7179749. OLE color: 7179749.
HSL color Cylindrical-coordinate representation of color #E58D6D: hue angle of 16º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E58D6D is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 109 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.10 |
| HSL | 16º | 0.7% | 0.66% | - |
| HSV(B) | 16º | 0.52% | 0.9% | - |
| XYZ | 44.6 | 36.81 | 19.22 | - |
| YUV | 163.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 109 | 0 | 0.38 | 0.52 | 0.10 | 16 | 0.7 | 0.66 |
| Hex | E5 | 8D | 6D | 0 | 26 | 34 | A | 10 | 46 | 42 |
| Octal | 345 | 215 | 155 | 0 | 46 | 64 | 12 | 20 | 106 | 102 |
| Binary | 11100101 | 10001101 | 1101101 | 0 | 100110 | 110100 | 1010 | 10000 | 1000110 | 1000010 |
Color Harmonies of #E58D6D
Complementary color
Monochromatic Colors of #E58D6D
Black with #E58D6D
Text Example
Text Example
White with #E58D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D6D; }
p { color: rgb(229,141,109); }
H1.HeaderClassName
{
color: #E58D6D;
}
.AnyTagClassName
{
color: #E58D6D;
}
</style>
background-color css
<style>
a { background-color: #E58D6D; }
a { background-color: rgb(229,141,109); }
div.DivClassName
{
background-color: #E58D6D;
}
.BgClassName
{
background-color: #E58D6D;
}
</style>
border-color css
<style>
span { border-color: #E58D6D; }
span { border-color: rgb(229,141,109); }
td.TdClassName
{
border-color: #E58D6D;
}
.TagClassName
{
border-color: #E58D6D;
}
</style>