Shades of Copper #E58A6E
Tints of Copper #E58A6E
RGB
CMYK
RGB Variations
Color information
#E58A6E (or 0xE58A6E) is known color: Copper. HEX triplet: E5, 8A and 6E. RGB value is (229,138,110). Sum of RGB (Red+Green+Blue) = 229+138+110=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A6E is #1A7591. Grayscale: #A2A2A2. Windows color (decimal): -1734034 or 7244517. OLE color: 7244517.
HSL color Cylindrical-coordinate representation of color #E58A6E: hue angle of 14.12º 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 #E58A6E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 110 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.10 |
| HSL | 14.12º | 0.7% | 0.66% | - |
| HSV(B) | 14.12º | 0.52% | 0.9% | - |
| XYZ | 44.22 | 35.96 | 19.36 | - |
| YUV | 162.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 110 | 0 | 0.40 | 0.52 | 0.10 | 14.12 | 0.7 | 0.66 |
| Hex | E5 | 8A | 6E | 0 | 28 | 34 | A | E | 46 | 42 |
| Octal | 345 | 212 | 156 | 0 | 50 | 64 | 12 | 16 | 106 | 102 |
| Binary | 11100101 | 10001010 | 1101110 | 0 | 101000 | 110100 | 1010 | 1110 | 1000110 | 1000010 |
Color Harmonies of #E58A6E
Complementary color
Monochromatic Colors of #E58A6E
Black with #E58A6E
Text Example
Text Example
White with #E58A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A6E; }
p { color: rgb(229,138,110); }
H1.HeaderClassName
{
color: #E58A6E;
}
.AnyTagClassName
{
color: #E58A6E;
}
</style>
background-color css
<style>
a { background-color: #E58A6E; }
a { background-color: rgb(229,138,110); }
div.DivClassName
{
background-color: #E58A6E;
}
.BgClassName
{
background-color: #E58A6E;
}
</style>
border-color css
<style>
span { border-color: #E58A6E; }
span { border-color: rgb(229,138,110); }
td.TdClassName
{
border-color: #E58A6E;
}
.TagClassName
{
border-color: #E58A6E;
}
</style>