Shades of Copper #E08266
Tints of Copper #E08266
RGB
CMYK
RGB Variations
Color information
#E08266 (or 0xE08266) is known color: Copper. HEX triplet: E0, 82 and 66. RGB value is (224,130,102). Sum of RGB (Red+Green+Blue) = 224+130+102=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E08266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08266 is #1F7D99. Grayscale: #9B9B9B. Windows color (decimal): -2063770 or 6718176. OLE color: 6718176.
HSL color Cylindrical-coordinate representation of color #E08266: hue angle of 13.77º 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 #E08266 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 102 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.12 |
| HSL | 13.77º | 0.66% | 0.64% | - |
| HSV(B) | 13.77º | 0.54% | 0.88% | - |
| XYZ | 41.12 | 32.77 | 16.73 | - |
| YUV | 154.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 102 | 0 | 0.42 | 0.54 | 0.12 | 13.77 | 0.66 | 0.64 |
| Hex | E0 | 82 | 66 | 0 | 2A | 36 | C | E | 42 | 40 |
| Octal | 340 | 202 | 146 | 0 | 52 | 66 | 14 | 16 | 102 | 100 |
| Binary | 11100000 | 10000010 | 1100110 | 0 | 101010 | 110110 | 1100 | 1110 | 1000010 | 1000000 |
Color Harmonies of #E08266
Complementary color
Monochromatic Colors of #E08266
Black with #E08266
Text Example
Text Example
White with #E08266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08266; }
p { color: rgb(224,130,102); }
H1.HeaderClassName
{
color: #E08266;
}
.AnyTagClassName
{
color: #E08266;
}
</style>
background-color css
<style>
a { background-color: #E08266; }
a { background-color: rgb(224,130,102); }
div.DivClassName
{
background-color: #E08266;
}
.BgClassName
{
background-color: #E08266;
}
</style>
border-color css
<style>
span { border-color: #E08266; }
span { border-color: rgb(224,130,102); }
td.TdClassName
{
border-color: #E08266;
}
.TagClassName
{
border-color: #E08266;
}
</style>