Shades of Copper #E08859
Tints of Copper #E08859
RGB
CMYK
RGB Variations
Color information
#E08859 (or 0xE08859) is known color: Copper. HEX triplet: E0, 88 and 59. RGB value is (224,136,89). Sum of RGB (Red+Green+Blue) = 224+136+89=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E08859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08859 is #1F77A6. Grayscale: #9D9D9D. Windows color (decimal): -2062247 or 5867744. OLE color: 5867744.
HSL color Cylindrical-coordinate representation of color #E08859: hue angle of 20.89º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E08859 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 89 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.12 |
| HSL | 20.89º | 0.69% | 0.61% | - |
| HSV(B) | 20.89º | 0.6% | 0.88% | - |
| XYZ | 41.35 | 34.18 | 13.87 | - |
| YUV | 156.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 89 | 0 | 0.39 | 0.60 | 0.12 | 20.89 | 0.69 | 0.61 |
| Hex | E0 | 88 | 59 | 0 | 27 | 3C | C | 15 | 45 | 3D |
| Octal | 340 | 210 | 131 | 0 | 47 | 74 | 14 | 25 | 105 | 75 |
| Binary | 11100000 | 10001000 | 1011001 | 0 | 100111 | 111100 | 1100 | 10101 | 1000101 | 111101 |
Color Harmonies of #E08859
Complementary color
Monochromatic Colors of #E08859
Black with #E08859
Text Example
Text Example
White with #E08859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08859; }
p { color: rgb(224,136,89); }
H1.HeaderClassName
{
color: #E08859;
}
.AnyTagClassName
{
color: #E08859;
}
</style>
background-color css
<style>
a { background-color: #E08859; }
a { background-color: rgb(224,136,89); }
div.DivClassName
{
background-color: #E08859;
}
.BgClassName
{
background-color: #E08859;
}
</style>
border-color css
<style>
span { border-color: #E08859; }
span { border-color: rgb(224,136,89); }
td.TdClassName
{
border-color: #E08859;
}
.TagClassName
{
border-color: #E08859;
}
</style>