Shades of Copper #E08858
Tints of Copper #E08858
RGB
CMYK
RGB Variations
Color information
#E08858 (or 0xE08858) is known color: Copper. HEX triplet: E0, 88 and 58. RGB value is (224,136,88). Sum of RGB (Red+Green+Blue) = 224+136+88=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E08858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08858 is #1F77A7. Grayscale: #9D9D9D. Windows color (decimal): -2062248 or 5802208. OLE color: 5802208.
HSL color Cylindrical-coordinate representation of color #E08858: hue angle of 21.18º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E08858 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 88 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.12 |
| HSL | 21.18º | 0.69% | 0.61% | - |
| HSV(B) | 21.18º | 0.61% | 0.88% | - |
| XYZ | 41.31 | 34.16 | 13.65 | - |
| YUV | 156.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 88 | 0 | 0.39 | 0.61 | 0.12 | 21.18 | 0.69 | 0.61 |
| Hex | E0 | 88 | 58 | 0 | 27 | 3D | C | 15 | 45 | 3D |
| Octal | 340 | 210 | 130 | 0 | 47 | 75 | 14 | 25 | 105 | 75 |
| Binary | 11100000 | 10001000 | 1011000 | 0 | 100111 | 111101 | 1100 | 10101 | 1000101 | 111101 |
Color Harmonies of #E08858
Complementary color
Monochromatic Colors of #E08858
Black with #E08858
Text Example
Text Example
White with #E08858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08858; }
p { color: rgb(224,136,88); }
H1.HeaderClassName
{
color: #E08858;
}
.AnyTagClassName
{
color: #E08858;
}
</style>
background-color css
<style>
a { background-color: #E08858; }
a { background-color: rgb(224,136,88); }
div.DivClassName
{
background-color: #E08858;
}
.BgClassName
{
background-color: #E08858;
}
</style>
border-color css
<style>
span { border-color: #E08858; }
span { border-color: rgb(224,136,88); }
td.TdClassName
{
border-color: #E08858;
}
.TagClassName
{
border-color: #E08858;
}
</style>