Shades of Copper #E58B5D
Tints of Copper #E58B5D
RGB
CMYK
RGB Variations
Color information
#E58B5D (or 0xE58B5D) is known color: Copper. HEX triplet: E5, 8B and 5D. RGB value is (229,139,93). Sum of RGB (Red+Green+Blue) = 229+139+93=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B5D is #1A74A2. Grayscale: #A0A0A0. Windows color (decimal): -1733795 or 6130661. OLE color: 6130661.
HSL color Cylindrical-coordinate representation of color #E58B5D: hue angle of 20.29º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E58B5D is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 93 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.10 |
| HSL | 20.29º | 0.72% | 0.63% | - |
| HSV(B) | 20.29º | 0.59% | 0.9% | - |
| XYZ | 43.52 | 35.91 | 14.99 | - |
| YUV | 160.67 | 89.82 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 93 | 0 | 0.39 | 0.59 | 0.10 | 20.29 | 0.72 | 0.63 |
| Hex | E5 | 8B | 5D | 0 | 27 | 3B | A | 14 | 48 | 3F |
| Octal | 345 | 213 | 135 | 0 | 47 | 73 | 12 | 24 | 110 | 77 |
| Binary | 11100101 | 10001011 | 1011101 | 0 | 100111 | 111011 | 1010 | 10100 | 1001000 | 111111 |
Color Harmonies of #E58B5D
Complementary color
Monochromatic Colors of #E58B5D
Black with #E58B5D
Text Example
Text Example
White with #E58B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B5D; }
p { color: rgb(229,139,93); }
H1.HeaderClassName
{
color: #E58B5D;
}
.AnyTagClassName
{
color: #E58B5D;
}
</style>
background-color css
<style>
a { background-color: #E58B5D; }
a { background-color: rgb(229,139,93); }
div.DivClassName
{
background-color: #E58B5D;
}
.BgClassName
{
background-color: #E58B5D;
}
</style>
border-color css
<style>
span { border-color: #E58B5D; }
span { border-color: rgb(229,139,93); }
td.TdClassName
{
border-color: #E58B5D;
}
.TagClassName
{
border-color: #E58B5D;
}
</style>