Shades of Copper #E08162
Tints of Copper #E08162
RGB
CMYK
RGB Variations
Color information
#E08162 (or 0xE08162) is known color: Copper. HEX triplet: E0, 81 and 62. RGB value is (224,129,98). Sum of RGB (Red+Green+Blue) = 224+129+98=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E08162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08162 is #1F7E9D. Grayscale: #9A9A9A. Windows color (decimal): -2064030 or 6455776. OLE color: 6455776.
HSL color Cylindrical-coordinate representation of color #E08162: hue angle of 14.76º 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 #E08162 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 98 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.12 |
| HSL | 14.76º | 0.67% | 0.63% | - |
| HSV(B) | 14.76º | 0.56% | 0.88% | - |
| XYZ | 40.8 | 32.43 | 15.66 | - |
| YUV | 153.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 98 | 0 | 0.42 | 0.56 | 0.12 | 14.76 | 0.67 | 0.63 |
| Hex | E0 | 81 | 62 | 0 | 2A | 38 | C | F | 43 | 3F |
| Octal | 340 | 201 | 142 | 0 | 52 | 70 | 14 | 17 | 103 | 77 |
| Binary | 11100000 | 10000001 | 1100010 | 0 | 101010 | 111000 | 1100 | 1111 | 1000011 | 111111 |
Color Harmonies of #E08162
Complementary color
Monochromatic Colors of #E08162
Black with #E08162
Text Example
Text Example
White with #E08162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08162; }
p { color: rgb(224,129,98); }
H1.HeaderClassName
{
color: #E08162;
}
.AnyTagClassName
{
color: #E08162;
}
</style>
background-color css
<style>
a { background-color: #E08162; }
a { background-color: rgb(224,129,98); }
div.DivClassName
{
background-color: #E08162;
}
.BgClassName
{
background-color: #E08162;
}
</style>
border-color css
<style>
span { border-color: #E08162; }
span { border-color: rgb(224,129,98); }
td.TdClassName
{
border-color: #E08162;
}
.TagClassName
{
border-color: #E08162;
}
</style>