Shades of Copper #E08066
Tints of Copper #E08066
RGB
CMYK
RGB Variations
Color information
#E08066 (or 0xE08066) is known color: Copper. HEX triplet: E0, 80 and 66. RGB value is (224,128,102). Sum of RGB (Red+Green+Blue) = 224+128+102=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E08066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08066 is #1F7F99. Grayscale: #999999. Windows color (decimal): -2064282 or 6717664. OLE color: 6717664.
HSL color Cylindrical-coordinate representation of color #E08066: hue angle of 12.79º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E08066 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 102 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.12 |
| HSL | 12.79º | 0.66% | 0.64% | - |
| HSV(B) | 12.79º | 0.54% | 0.88% | - |
| XYZ | 40.86 | 32.24 | 16.64 | - |
| YUV | 153.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 102 | 0 | 0.43 | 0.54 | 0.12 | 12.79 | 0.66 | 0.64 |
| Hex | E0 | 80 | 66 | 0 | 2B | 36 | C | D | 42 | 40 |
| Octal | 340 | 200 | 146 | 0 | 53 | 66 | 14 | 15 | 102 | 100 |
| Binary | 11100000 | 10000000 | 1100110 | 0 | 101011 | 110110 | 1100 | 1101 | 1000010 | 1000000 |
Color Harmonies of #E08066
Complementary color
Monochromatic Colors of #E08066
Black with #E08066
Text Example
Text Example
White with #E08066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08066; }
p { color: rgb(224,128,102); }
H1.HeaderClassName
{
color: #E08066;
}
.AnyTagClassName
{
color: #E08066;
}
</style>
background-color css
<style>
a { background-color: #E08066; }
a { background-color: rgb(224,128,102); }
div.DivClassName
{
background-color: #E08066;
}
.BgClassName
{
background-color: #E08066;
}
</style>
border-color css
<style>
span { border-color: #E08066; }
span { border-color: rgb(224,128,102); }
td.TdClassName
{
border-color: #E08066;
}
.TagClassName
{
border-color: #E08066;
}
</style>