Shades of Copper #E1876B
Tints of Copper #E1876B
RGB
CMYK
RGB Variations
Color information
#E1876B (or 0xE1876B) is known color: Copper. HEX triplet: E1, 87 and 6B. RGB value is (225,135,107). Sum of RGB (Red+Green+Blue) = 225+135+107=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1876B is #1E7894. Grayscale: #9E9E9E. Windows color (decimal): -1996949 or 7047137. OLE color: 7047137.
HSL color Cylindrical-coordinate representation of color #E1876B: hue angle of 14.24º 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 #E1876B is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 107 | - |
| CMYK | 0 | 0.4 | 0.52 | 0.12 |
| HSL | 14.24º | 0.66% | 0.65% | - |
| HSV(B) | 14.24º | 0.52% | 0.88% | - |
| XYZ | 42.37 | 34.4 | 18.32 | - |
| YUV | 158.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 107 | 0 | 0.4 | 0.52 | 0.12 | 14.24 | 0.66 | 0.65 |
| Hex | E1 | 87 | 6B | 0 | 28 | 34 | C | E | 42 | 41 |
| Octal | 341 | 207 | 153 | 0 | 50 | 64 | 14 | 16 | 102 | 101 |
| Binary | 11100001 | 10000111 | 1101011 | 0 | 101000 | 110100 | 1100 | 1110 | 1000010 | 1000001 |
Color Harmonies of #E1876B
Complementary color
Monochromatic Colors of #E1876B
Black with #E1876B
Text Example
Text Example
White with #E1876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1876B; }
p { color: rgb(225,135,107); }
H1.HeaderClassName
{
color: #E1876B;
}
.AnyTagClassName
{
color: #E1876B;
}
</style>
background-color css
<style>
a { background-color: #E1876B; }
a { background-color: rgb(225,135,107); }
div.DivClassName
{
background-color: #E1876B;
}
.BgClassName
{
background-color: #E1876B;
}
</style>
border-color css
<style>
span { border-color: #E1876B; }
span { border-color: rgb(225,135,107); }
td.TdClassName
{
border-color: #E1876B;
}
.TagClassName
{
border-color: #E1876B;
}
</style>