Shades of Copper #E5875E
Tints of Copper #E5875E
RGB
CMYK
RGB Variations
Color information
#E5875E (or 0xE5875E) is known color: Copper. HEX triplet: E5, 87 and 5E. RGB value is (229,135,94). Sum of RGB (Red+Green+Blue) = 229+135+94=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5875E is #1A78A1. Grayscale: #9E9E9E. Windows color (decimal): -1734818 or 6195173. OLE color: 6195173.
HSL color Cylindrical-coordinate representation of color #E5875E: hue angle of 18.22º 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 #E5875E is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 135 | 94 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.10 |
| HSL | 18.22º | 0.72% | 0.63% | - |
| HSV(B) | 18.22º | 0.59% | 0.9% | - |
| XYZ | 43 | 34.79 | 15.04 | - |
| YUV | 158.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 135 | 94 | 0 | 0.41 | 0.59 | 0.10 | 18.22 | 0.72 | 0.63 |
| Hex | E5 | 87 | 5E | 0 | 29 | 3B | A | 12 | 48 | 3F |
| Octal | 345 | 207 | 136 | 0 | 51 | 73 | 12 | 22 | 110 | 77 |
| Binary | 11100101 | 10000111 | 1011110 | 0 | 101001 | 111011 | 1010 | 10010 | 1001000 | 111111 |
Color Harmonies of #E5875E
Complementary color
Monochromatic Colors of #E5875E
Black with #E5875E
Text Example
Text Example
White with #E5875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5875E; }
p { color: rgb(229,135,94); }
H1.HeaderClassName
{
color: #E5875E;
}
.AnyTagClassName
{
color: #E5875E;
}
</style>
background-color css
<style>
a { background-color: #E5875E; }
a { background-color: rgb(229,135,94); }
div.DivClassName
{
background-color: #E5875E;
}
.BgClassName
{
background-color: #E5875E;
}
</style>
border-color css
<style>
span { border-color: #E5875E; }
span { border-color: rgb(229,135,94); }
td.TdClassName
{
border-color: #E5875E;
}
.TagClassName
{
border-color: #E5875E;
}
</style>