Shades of Copper #E1875E
Tints of Copper #E1875E
RGB
CMYK
RGB Variations
Color information
#E1875E (or 0xE1875E) is known color: Copper. HEX triplet: E1, 87 and 5E. RGB value is (225,135,94). Sum of RGB (Red+Green+Blue) = 225+135+94=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1875E is #1E78A1. Grayscale: #9D9D9D. Windows color (decimal): -1996962 or 6195169. OLE color: 6195169.
HSL color Cylindrical-coordinate representation of color #E1875E: hue angle of 18.78º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1875E is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 94 | - |
| CMYK | 0 | 0.4 | 0.58 | 0.12 |
| HSL | 18.78º | 0.69% | 0.63% | - |
| HSV(B) | 18.78º | 0.58% | 0.88% | - |
| XYZ | 41.74 | 34.14 | 14.98 | - |
| YUV | 157.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 94 | 0 | 0.4 | 0.58 | 0.12 | 18.78 | 0.69 | 0.63 |
| Hex | E1 | 87 | 5E | 0 | 28 | 3A | C | 13 | 45 | 3F |
| Octal | 341 | 207 | 136 | 0 | 50 | 72 | 14 | 23 | 105 | 77 |
| Binary | 11100001 | 10000111 | 1011110 | 0 | 101000 | 111010 | 1100 | 10011 | 1000101 | 111111 |
Color Harmonies of #E1875E
Complementary color
Monochromatic Colors of #E1875E
Black with #E1875E
Text Example
Text Example
White with #E1875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1875E; }
p { color: rgb(225,135,94); }
H1.HeaderClassName
{
color: #E1875E;
}
.AnyTagClassName
{
color: #E1875E;
}
</style>
background-color css
<style>
a { background-color: #E1875E; }
a { background-color: rgb(225,135,94); }
div.DivClassName
{
background-color: #E1875E;
}
.BgClassName
{
background-color: #E1875E;
}
</style>
border-color css
<style>
span { border-color: #E1875E; }
span { border-color: rgb(225,135,94); }
td.TdClassName
{
border-color: #E1875E;
}
.TagClassName
{
border-color: #E1875E;
}
</style>