Shades of Copper #E08159
Tints of Copper #E08159
RGB
CMYK
RGB Variations
Color information
#E08159 (or 0xE08159) is known color: Copper. HEX triplet: E0, 81 and 59. RGB value is (224,129,89). Sum of RGB (Red+Green+Blue) = 224+129+89=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E08159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08159 is #1F7EA6. Grayscale: #999999. Windows color (decimal): -2064039 or 5865952. OLE color: 5865952.
HSL color Cylindrical-coordinate representation of color #E08159: hue angle of 17.78º 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 #E08159 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 89 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.12 |
| HSL | 17.78º | 0.69% | 0.61% | - |
| HSV(B) | 17.78º | 0.6% | 0.88% | - |
| XYZ | 40.39 | 32.27 | 13.55 | - |
| YUV | 152.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 89 | 0 | 0.42 | 0.60 | 0.12 | 17.78 | 0.69 | 0.61 |
| Hex | E0 | 81 | 59 | 0 | 2A | 3C | C | 12 | 45 | 3D |
| Octal | 340 | 201 | 131 | 0 | 52 | 74 | 14 | 22 | 105 | 75 |
| Binary | 11100000 | 10000001 | 1011001 | 0 | 101010 | 111100 | 1100 | 10010 | 1000101 | 111101 |
Color Harmonies of #E08159
Complementary color
Monochromatic Colors of #E08159
Black with #E08159
Text Example
Text Example
White with #E08159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08159; }
p { color: rgb(224,129,89); }
H1.HeaderClassName
{
color: #E08159;
}
.AnyTagClassName
{
color: #E08159;
}
</style>
background-color css
<style>
a { background-color: #E08159; }
a { background-color: rgb(224,129,89); }
div.DivClassName
{
background-color: #E08159;
}
.BgClassName
{
background-color: #E08159;
}
</style>
border-color css
<style>
span { border-color: #E08159; }
span { border-color: rgb(224,129,89); }
td.TdClassName
{
border-color: #E08159;
}
.TagClassName
{
border-color: #E08159;
}
</style>