Shades of Copper #E58B5F
Tints of Copper #E58B5F
RGB
CMYK
RGB Variations
Color information
#E58B5F (or 0xE58B5F) is known color: Copper. HEX triplet: E5, 8B and 5F. RGB value is (229,139,95). Sum of RGB (Red+Green+Blue) = 229+139+95=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B5F is #1A74A0. Grayscale: #A1A1A1. Windows color (decimal): -1733793 or 6261733. OLE color: 6261733.
HSL color Cylindrical-coordinate representation of color #E58B5F: hue angle of 19.7º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E58B5F is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 95 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.10 |
| HSL | 19.7º | 0.72% | 0.64% | - |
| HSV(B) | 19.7º | 0.59% | 0.9% | - |
| XYZ | 43.61 | 35.95 | 15.47 | - |
| YUV | 160.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 95 | 0 | 0.39 | 0.59 | 0.10 | 19.7 | 0.72 | 0.64 |
| Hex | E5 | 8B | 5F | 0 | 27 | 3B | A | 14 | 48 | 40 |
| Octal | 345 | 213 | 137 | 0 | 47 | 73 | 12 | 24 | 110 | 100 |
| Binary | 11100101 | 10001011 | 1011111 | 0 | 100111 | 111011 | 1010 | 10100 | 1001000 | 1000000 |
Color Harmonies of #E58B5F
Complementary color
Monochromatic Colors of #E58B5F
Black with #E58B5F
Text Example
Text Example
White with #E58B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B5F; }
p { color: rgb(229,139,95); }
H1.HeaderClassName
{
color: #E58B5F;
}
.AnyTagClassName
{
color: #E58B5F;
}
</style>
background-color css
<style>
a { background-color: #E58B5F; }
a { background-color: rgb(229,139,95); }
div.DivClassName
{
background-color: #E58B5F;
}
.BgClassName
{
background-color: #E58B5F;
}
</style>
border-color css
<style>
span { border-color: #E58B5F; }
span { border-color: rgb(229,139,95); }
td.TdClassName
{
border-color: #E58B5F;
}
.TagClassName
{
border-color: #E58B5F;
}
</style>