Shades of Copper #E0885E
Tints of Copper #E0885E
RGB
CMYK
RGB Variations
Color information
#E0885E (or 0xE0885E) is known color: Copper. HEX triplet: E0, 88 and 5E. RGB value is (224,136,94). Sum of RGB (Red+Green+Blue) = 224+136+94=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0885E is #1F77A1. Grayscale: #9D9D9D. Windows color (decimal): -2062242 or 6195424. OLE color: 6195424.
HSL color Cylindrical-coordinate representation of color #E0885E: hue angle of 19.38º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0885E is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 94 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.12 |
| HSL | 19.38º | 0.68% | 0.62% | - |
| HSV(B) | 19.38º | 0.58% | 0.88% | - |
| XYZ | 41.57 | 34.26 | 15.01 | - |
| YUV | 157.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 94 | 0 | 0.39 | 0.58 | 0.12 | 19.38 | 0.68 | 0.62 |
| Hex | E0 | 88 | 5E | 0 | 27 | 3A | C | 13 | 44 | 3E |
| Octal | 340 | 210 | 136 | 0 | 47 | 72 | 14 | 23 | 104 | 76 |
| Binary | 11100000 | 10001000 | 1011110 | 0 | 100111 | 111010 | 1100 | 10011 | 1000100 | 111110 |
Color Harmonies of #E0885E
Complementary color
Monochromatic Colors of #E0885E
Black with #E0885E
Text Example
Text Example
White with #E0885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0885E; }
p { color: rgb(224,136,94); }
H1.HeaderClassName
{
color: #E0885E;
}
.AnyTagClassName
{
color: #E0885E;
}
</style>
background-color css
<style>
a { background-color: #E0885E; }
a { background-color: rgb(224,136,94); }
div.DivClassName
{
background-color: #E0885E;
}
.BgClassName
{
background-color: #E0885E;
}
</style>
border-color css
<style>
span { border-color: #E0885E; }
span { border-color: rgb(224,136,94); }
td.TdClassName
{
border-color: #E0885E;
}
.TagClassName
{
border-color: #E0885E;
}
</style>