Shades of Copper #E0875C
Tints of Copper #E0875C
RGB
CMYK
RGB Variations
Color information
#E0875C (or 0xE0875C) is known color: Copper. HEX triplet: E0, 87 and 5C. RGB value is (224,135,92). Sum of RGB (Red+Green+Blue) = 224+135+92=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0875C is #1F78A3. Grayscale: #9C9C9C. Windows color (decimal): -2062500 or 6064096. OLE color: 6064096.
HSL color Cylindrical-coordinate representation of color #E0875C: hue angle of 19.55º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0875C is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 92 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.12 |
| HSL | 19.55º | 0.68% | 0.62% | - |
| HSV(B) | 19.55º | 0.59% | 0.88% | - |
| XYZ | 41.34 | 33.95 | 14.5 | - |
| YUV | 156.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 92 | 0 | 0.40 | 0.59 | 0.12 | 19.55 | 0.68 | 0.62 |
| Hex | E0 | 87 | 5C | 0 | 28 | 3B | C | 14 | 44 | 3E |
| Octal | 340 | 207 | 134 | 0 | 50 | 73 | 14 | 24 | 104 | 76 |
| Binary | 11100000 | 10000111 | 1011100 | 0 | 101000 | 111011 | 1100 | 10100 | 1000100 | 111110 |
Color Harmonies of #E0875C
Complementary color
Monochromatic Colors of #E0875C
Black with #E0875C
Text Example
Text Example
White with #E0875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0875C; }
p { color: rgb(224,135,92); }
H1.HeaderClassName
{
color: #E0875C;
}
.AnyTagClassName
{
color: #E0875C;
}
</style>
background-color css
<style>
a { background-color: #E0875C; }
a { background-color: rgb(224,135,92); }
div.DivClassName
{
background-color: #E0875C;
}
.BgClassName
{
background-color: #E0875C;
}
</style>
border-color css
<style>
span { border-color: #E0875C; }
span { border-color: rgb(224,135,92); }
td.TdClassName
{
border-color: #E0875C;
}
.TagClassName
{
border-color: #E0875C;
}
</style>