Shades of Copper #E0875A
Tints of Copper #E0875A
RGB
CMYK
RGB Variations
Color information
#E0875A (or 0xE0875A) is known color: Copper. HEX triplet: E0, 87 and 5A. RGB value is (224,135,90). Sum of RGB (Red+Green+Blue) = 224+135+90=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0875A is #1F78A5. Grayscale: #9C9C9C. Windows color (decimal): -2062502 or 5933024. OLE color: 5933024.
HSL color Cylindrical-coordinate representation of color #E0875A: hue angle of 20.15º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0875A is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 90 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.12 |
| HSL | 20.15º | 0.68% | 0.62% | - |
| HSV(B) | 20.15º | 0.6% | 0.88% | - |
| XYZ | 41.25 | 33.91 | 14.04 | - |
| YUV | 156.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 90 | 0 | 0.40 | 0.60 | 0.12 | 20.15 | 0.68 | 0.62 |
| Hex | E0 | 87 | 5A | 0 | 28 | 3C | C | 14 | 44 | 3E |
| Octal | 340 | 207 | 132 | 0 | 50 | 74 | 14 | 24 | 104 | 76 |
| Binary | 11100000 | 10000111 | 1011010 | 0 | 101000 | 111100 | 1100 | 10100 | 1000100 | 111110 |
Color Harmonies of #E0875A
Complementary color
Monochromatic Colors of #E0875A
Black with #E0875A
Text Example
Text Example
White with #E0875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0875A; }
p { color: rgb(224,135,90); }
H1.HeaderClassName
{
color: #E0875A;
}
.AnyTagClassName
{
color: #E0875A;
}
</style>
background-color css
<style>
a { background-color: #E0875A; }
a { background-color: rgb(224,135,90); }
div.DivClassName
{
background-color: #E0875A;
}
.BgClassName
{
background-color: #E0875A;
}
</style>
border-color css
<style>
span { border-color: #E0875A; }
span { border-color: rgb(224,135,90); }
td.TdClassName
{
border-color: #E0875A;
}
.TagClassName
{
border-color: #E0875A;
}
</style>