Shades of Copper #E58B6E
Tints of Copper #E58B6E
RGB
CMYK
RGB Variations
Color information
#E58B6E (or 0xE58B6E) is known color: Copper. HEX triplet: E5, 8B and 6E. RGB value is (229,139,110). Sum of RGB (Red+Green+Blue) = 229+139+110=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B6E is #1A7491. Grayscale: #A2A2A2. Windows color (decimal): -1733778 or 7244773. OLE color: 7244773.
HSL color Cylindrical-coordinate representation of color #E58B6E: hue angle of 14.62º 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 #E58B6E is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 110 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.10 |
| HSL | 14.62º | 0.7% | 0.66% | - |
| HSV(B) | 14.62º | 0.52% | 0.9% | - |
| XYZ | 44.36 | 36.25 | 19.41 | - |
| YUV | 162.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 110 | 0 | 0.39 | 0.52 | 0.10 | 14.62 | 0.7 | 0.66 |
| Hex | E5 | 8B | 6E | 0 | 27 | 34 | A | F | 46 | 42 |
| Octal | 345 | 213 | 156 | 0 | 47 | 64 | 12 | 17 | 106 | 102 |
| Binary | 11100101 | 10001011 | 1101110 | 0 | 100111 | 110100 | 1010 | 1111 | 1000110 | 1000010 |
Color Harmonies of #E58B6E
Complementary color
Monochromatic Colors of #E58B6E
Black with #E58B6E
Text Example
Text Example
White with #E58B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B6E; }
p { color: rgb(229,139,110); }
H1.HeaderClassName
{
color: #E58B6E;
}
.AnyTagClassName
{
color: #E58B6E;
}
</style>
background-color css
<style>
a { background-color: #E58B6E; }
a { background-color: rgb(229,139,110); }
div.DivClassName
{
background-color: #E58B6E;
}
.BgClassName
{
background-color: #E58B6E;
}
</style>
border-color css
<style>
span { border-color: #E58B6E; }
span { border-color: rgb(229,139,110); }
td.TdClassName
{
border-color: #E58B6E;
}
.TagClassName
{
border-color: #E58B6E;
}
</style>