Shades of Copper #E08E62
Tints of Copper #E08E62
RGB
CMYK
RGB Variations
Color information
#E08E62 (or 0xE08E62) is known color: Copper. HEX triplet: E0, 8E and 62. RGB value is (224,142,98). Sum of RGB (Red+Green+Blue) = 224+142+98=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E62 is #1F719D. Grayscale: #A1A1A1. Windows color (decimal): -2060702 or 6459104. OLE color: 6459104.
HSL color Cylindrical-coordinate representation of color #E08E62: hue angle of 20.95º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E08E62 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 98 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.12 |
| HSL | 20.95º | 0.67% | 0.63% | - |
| HSV(B) | 20.95º | 0.56% | 0.88% | - |
| XYZ | 42.62 | 36.08 | 16.27 | - |
| YUV | 161.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 98 | 0 | 0.37 | 0.56 | 0.12 | 20.95 | 0.67 | 0.63 |
| Hex | E0 | 8E | 62 | 0 | 25 | 38 | C | 15 | 43 | 3F |
| Octal | 340 | 216 | 142 | 0 | 45 | 70 | 14 | 25 | 103 | 77 |
| Binary | 11100000 | 10001110 | 1100010 | 0 | 100101 | 111000 | 1100 | 10101 | 1000011 | 111111 |
Color Harmonies of #E08E62
Complementary color
Monochromatic Colors of #E08E62
Black with #E08E62
Text Example
Text Example
White with #E08E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E62; }
p { color: rgb(224,142,98); }
H1.HeaderClassName
{
color: #E08E62;
}
.AnyTagClassName
{
color: #E08E62;
}
</style>
background-color css
<style>
a { background-color: #E08E62; }
a { background-color: rgb(224,142,98); }
div.DivClassName
{
background-color: #E08E62;
}
.BgClassName
{
background-color: #E08E62;
}
</style>
border-color css
<style>
span { border-color: #E08E62; }
span { border-color: rgb(224,142,98); }
td.TdClassName
{
border-color: #E08E62;
}
.TagClassName
{
border-color: #E08E62;
}
</style>