Shades of Copper #E08062
Tints of Copper #E08062
RGB
CMYK
RGB Variations
Color information
#E08062 (or 0xE08062) is known color: Copper. HEX triplet: E0, 80 and 62. RGB value is (224,128,98). Sum of RGB (Red+Green+Blue) = 224+128+98=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E08062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08062 is #1F7F9D. Grayscale: #999999. Windows color (decimal): -2064286 or 6455520. OLE color: 6455520.
HSL color Cylindrical-coordinate representation of color #E08062: hue angle of 14.29º 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 #E08062 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 98 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.12 |
| HSL | 14.29º | 0.67% | 0.63% | - |
| HSV(B) | 14.29º | 0.56% | 0.88% | - |
| XYZ | 40.66 | 32.17 | 15.62 | - |
| YUV | 153.28 | 96.8 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 98 | 0 | 0.43 | 0.56 | 0.12 | 14.29 | 0.67 | 0.63 |
| Hex | E0 | 80 | 62 | 0 | 2B | 38 | C | E | 43 | 3F |
| Octal | 340 | 200 | 142 | 0 | 53 | 70 | 14 | 16 | 103 | 77 |
| Binary | 11100000 | 10000000 | 1100010 | 0 | 101011 | 111000 | 1100 | 1110 | 1000011 | 111111 |
Color Harmonies of #E08062
Complementary color
Monochromatic Colors of #E08062
Black with #E08062
Text Example
Text Example
White with #E08062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08062; }
p { color: rgb(224,128,98); }
H1.HeaderClassName
{
color: #E08062;
}
.AnyTagClassName
{
color: #E08062;
}
</style>
background-color css
<style>
a { background-color: #E08062; }
a { background-color: rgb(224,128,98); }
div.DivClassName
{
background-color: #E08062;
}
.BgClassName
{
background-color: #E08062;
}
</style>
border-color css
<style>
span { border-color: #E08062; }
span { border-color: rgb(224,128,98); }
td.TdClassName
{
border-color: #E08062;
}
.TagClassName
{
border-color: #E08062;
}
</style>