Shades of Copper #E58E6C
Tints of Copper #E58E6C
RGB
CMYK
RGB Variations
Color information
#E58E6C (or 0xE58E6C) is known color: Copper. HEX triplet: E5, 8E and 6C. RGB value is (229,142,108). Sum of RGB (Red+Green+Blue) = 229+142+108=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E6C is #1A7193. Grayscale: #A4A4A4. Windows color (decimal): -1733012 or 7114469. OLE color: 7114469.
HSL color Cylindrical-coordinate representation of color #E58E6C: hue angle of 16.86º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E58E6C is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 108 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.10 |
| HSL | 16.86º | 0.7% | 0.66% | - |
| HSV(B) | 16.86º | 0.53% | 0.9% | - |
| XYZ | 44.69 | 37.09 | 18.99 | - |
| YUV | 164.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 108 | 0 | 0.38 | 0.53 | 0.10 | 16.86 | 0.7 | 0.66 |
| Hex | E5 | 8E | 6C | 0 | 26 | 35 | A | 11 | 46 | 42 |
| Octal | 345 | 216 | 154 | 0 | 46 | 65 | 12 | 21 | 106 | 102 |
| Binary | 11100101 | 10001110 | 1101100 | 0 | 100110 | 110101 | 1010 | 10001 | 1000110 | 1000010 |
Color Harmonies of #E58E6C
Complementary color
Monochromatic Colors of #E58E6C
Black with #E58E6C
Text Example
Text Example
White with #E58E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E6C; }
p { color: rgb(229,142,108); }
H1.HeaderClassName
{
color: #E58E6C;
}
.AnyTagClassName
{
color: #E58E6C;
}
</style>
background-color css
<style>
a { background-color: #E58E6C; }
a { background-color: rgb(229,142,108); }
div.DivClassName
{
background-color: #E58E6C;
}
.BgClassName
{
background-color: #E58E6C;
}
</style>
border-color css
<style>
span { border-color: #E58E6C; }
span { border-color: rgb(229,142,108); }
td.TdClassName
{
border-color: #E58E6C;
}
.TagClassName
{
border-color: #E58E6C;
}
</style>