Shades of Copper #E88866
Tints of Copper #E88866
RGB
CMYK
RGB Variations
Color information
#E88866 (or 0xE88866) is known color: Copper. HEX triplet: E8, 88 and 66. RGB value is (232,136,102). Sum of RGB (Red+Green+Blue) = 232+136+102=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E88866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88866 is #177799. Grayscale: #A1A1A1. Windows color (decimal): -1537946 or 6719720. OLE color: 6719720.
HSL color Cylindrical-coordinate representation of color #E88866: hue angle of 15.69º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E88866 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 102 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.09 |
| HSL | 15.69º | 0.74% | 0.65% | - |
| HSV(B) | 15.69º | 0.56% | 0.91% | - |
| XYZ | 44.48 | 35.72 | 17.12 | - |
| YUV | 160.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 102 | 0 | 0.41 | 0.56 | 0.09 | 15.69 | 0.74 | 0.65 |
| Hex | E8 | 88 | 66 | 0 | 29 | 38 | 9 | 10 | 4A | 41 |
| Octal | 350 | 210 | 146 | 0 | 51 | 70 | 11 | 20 | 112 | 101 |
| Binary | 11101000 | 10001000 | 1100110 | 0 | 101001 | 111000 | 1001 | 10000 | 1001010 | 1000001 |
Color Harmonies of #E88866
Complementary color
Monochromatic Colors of #E88866
Black with #E88866
Text Example
Text Example
White with #E88866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88866; }
p { color: rgb(232,136,102); }
H1.HeaderClassName
{
color: #E88866;
}
.AnyTagClassName
{
color: #E88866;
}
</style>
background-color css
<style>
a { background-color: #E88866; }
a { background-color: rgb(232,136,102); }
div.DivClassName
{
background-color: #E88866;
}
.BgClassName
{
background-color: #E88866;
}
</style>
border-color css
<style>
span { border-color: #E88866; }
span { border-color: rgb(232,136,102); }
td.TdClassName
{
border-color: #E88866;
}
.TagClassName
{
border-color: #E88866;
}
</style>