Shades of Copper #E58E6D
Tints of Copper #E58E6D
RGB
CMYK
RGB Variations
Color information
#E58E6D (or 0xE58E6D) is known color: Copper. HEX triplet: E5, 8E and 6D. RGB value is (229,142,109). Sum of RGB (Red+Green+Blue) = 229+142+109=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E6D is #1A7192. Grayscale: #A4A4A4. Windows color (decimal): -1733011 or 7180005. OLE color: 7180005.
HSL color Cylindrical-coordinate representation of color #E58E6D: hue angle of 16.5º 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 #E58E6D is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 109 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.10 |
| HSL | 16.5º | 0.7% | 0.66% | - |
| HSV(B) | 16.5º | 0.52% | 0.9% | - |
| XYZ | 44.75 | 37.11 | 19.27 | - |
| YUV | 164.25 | 96.82 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 109 | 0 | 0.38 | 0.52 | 0.10 | 16.5 | 0.7 | 0.66 |
| Hex | E5 | 8E | 6D | 0 | 26 | 34 | A | 10 | 46 | 42 |
| Octal | 345 | 216 | 155 | 0 | 46 | 64 | 12 | 20 | 106 | 102 |
| Binary | 11100101 | 10001110 | 1101101 | 0 | 100110 | 110100 | 1010 | 10000 | 1000110 | 1000010 |
Color Harmonies of #E58E6D
Complementary color
Monochromatic Colors of #E58E6D
Black with #E58E6D
Text Example
Text Example
White with #E58E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E6D; }
p { color: rgb(229,142,109); }
H1.HeaderClassName
{
color: #E58E6D;
}
.AnyTagClassName
{
color: #E58E6D;
}
</style>
background-color css
<style>
a { background-color: #E58E6D; }
a { background-color: rgb(229,142,109); }
div.DivClassName
{
background-color: #E58E6D;
}
.BgClassName
{
background-color: #E58E6D;
}
</style>
border-color css
<style>
span { border-color: #E58E6D; }
span { border-color: rgb(229,142,109); }
td.TdClassName
{
border-color: #E58E6D;
}
.TagClassName
{
border-color: #E58E6D;
}
</style>