Shades of Copper #E58E6B
Tints of Copper #E58E6B
RGB
CMYK
RGB Variations
Color information
#E58E6B (or 0xE58E6B) is known color: Copper. HEX triplet: E5, 8E and 6B. RGB value is (229,142,107). Sum of RGB (Red+Green+Blue) = 229+142+107=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E6B is #1A7194. Grayscale: #A4A4A4. Windows color (decimal): -1733013 or 7048933. OLE color: 7048933.
HSL color Cylindrical-coordinate representation of color #E58E6B: hue angle of 17.21º 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 #E58E6B is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 107 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.10 |
| HSL | 17.21º | 0.7% | 0.66% | - |
| HSV(B) | 17.21º | 0.53% | 0.9% | - |
| XYZ | 44.64 | 37.07 | 18.71 | - |
| YUV | 164.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 107 | 0 | 0.38 | 0.53 | 0.10 | 17.21 | 0.7 | 0.66 |
| Hex | E5 | 8E | 6B | 0 | 26 | 35 | A | 11 | 46 | 42 |
| Octal | 345 | 216 | 153 | 0 | 46 | 65 | 12 | 21 | 106 | 102 |
| Binary | 11100101 | 10001110 | 1101011 | 0 | 100110 | 110101 | 1010 | 10001 | 1000110 | 1000010 |
Color Harmonies of #E58E6B
Complementary color
Monochromatic Colors of #E58E6B
Black with #E58E6B
Text Example
Text Example
White with #E58E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E6B; }
p { color: rgb(229,142,107); }
H1.HeaderClassName
{
color: #E58E6B;
}
.AnyTagClassName
{
color: #E58E6B;
}
</style>
background-color css
<style>
a { background-color: #E58E6B; }
a { background-color: rgb(229,142,107); }
div.DivClassName
{
background-color: #E58E6B;
}
.BgClassName
{
background-color: #E58E6B;
}
</style>
border-color css
<style>
span { border-color: #E58E6B; }
span { border-color: rgb(229,142,107); }
td.TdClassName
{
border-color: #E58E6B;
}
.TagClassName
{
border-color: #E58E6B;
}
</style>