Shades of Copper #E58E6A
Tints of Copper #E58E6A
RGB
CMYK
RGB Variations
Color information
#E58E6A (or 0xE58E6A) is known color: Copper. HEX triplet: E5, 8E and 6A. RGB value is (229,142,106). Sum of RGB (Red+Green+Blue) = 229+142+106=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E6A is #1A7195. Grayscale: #A4A4A4. Windows color (decimal): -1733014 or 6983397. OLE color: 6983397.
HSL color Cylindrical-coordinate representation of color #E58E6A: hue angle of 17.56º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E58E6A is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 106 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.10 |
| HSL | 17.56º | 0.7% | 0.66% | - |
| HSV(B) | 17.56º | 0.54% | 0.9% | - |
| XYZ | 44.59 | 37.04 | 18.44 | - |
| YUV | 163.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 106 | 0 | 0.38 | 0.54 | 0.10 | 17.56 | 0.7 | 0.66 |
| Hex | E5 | 8E | 6A | 0 | 26 | 36 | A | 12 | 46 | 42 |
| Octal | 345 | 216 | 152 | 0 | 46 | 66 | 12 | 22 | 106 | 102 |
| Binary | 11100101 | 10001110 | 1101010 | 0 | 100110 | 110110 | 1010 | 10010 | 1000110 | 1000010 |
Color Harmonies of #E58E6A
Complementary color
Monochromatic Colors of #E58E6A
Black with #E58E6A
Text Example
Text Example
White with #E58E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E6A; }
p { color: rgb(229,142,106); }
H1.HeaderClassName
{
color: #E58E6A;
}
.AnyTagClassName
{
color: #E58E6A;
}
</style>
background-color css
<style>
a { background-color: #E58E6A; }
a { background-color: rgb(229,142,106); }
div.DivClassName
{
background-color: #E58E6A;
}
.BgClassName
{
background-color: #E58E6A;
}
</style>
border-color css
<style>
span { border-color: #E58E6A; }
span { border-color: rgb(229,142,106); }
td.TdClassName
{
border-color: #E58E6A;
}
.TagClassName
{
border-color: #E58E6A;
}
</style>