Shades of Copper #E1876C
Tints of Copper #E1876C
RGB
CMYK
RGB Variations
Color information
#E1876C (or 0xE1876C) is known color: Copper. HEX triplet: E1, 87 and 6C. RGB value is (225,135,108). Sum of RGB (Red+Green+Blue) = 225+135+108=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1876C is #1E7893. Grayscale: #9F9F9F. Windows color (decimal): -1996948 or 7112673. OLE color: 7112673.
HSL color Cylindrical-coordinate representation of color #E1876C: hue angle of 13.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1876C is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 108 | - |
| CMYK | 0 | 0.4 | 0.52 | 0.12 |
| HSL | 13.85º | 0.66% | 0.65% | - |
| HSV(B) | 13.85º | 0.52% | 0.88% | - |
| XYZ | 42.42 | 34.42 | 18.59 | - |
| YUV | 158.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 108 | 0 | 0.4 | 0.52 | 0.12 | 13.85 | 0.66 | 0.65 |
| Hex | E1 | 87 | 6C | 0 | 28 | 34 | C | E | 42 | 41 |
| Octal | 341 | 207 | 154 | 0 | 50 | 64 | 14 | 16 | 102 | 101 |
| Binary | 11100001 | 10000111 | 1101100 | 0 | 101000 | 110100 | 1100 | 1110 | 1000010 | 1000001 |
Color Harmonies of #E1876C
Complementary color
Monochromatic Colors of #E1876C
Black with #E1876C
Text Example
Text Example
White with #E1876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1876C; }
p { color: rgb(225,135,108); }
H1.HeaderClassName
{
color: #E1876C;
}
.AnyTagClassName
{
color: #E1876C;
}
</style>
background-color css
<style>
a { background-color: #E1876C; }
a { background-color: rgb(225,135,108); }
div.DivClassName
{
background-color: #E1876C;
}
.BgClassName
{
background-color: #E1876C;
}
</style>
border-color css
<style>
span { border-color: #E1876C; }
span { border-color: rgb(225,135,108); }
td.TdClassName
{
border-color: #E1876C;
}
.TagClassName
{
border-color: #E1876C;
}
</style>