Shades of Copper #E88D66
Tints of Copper #E88D66
RGB
CMYK
RGB Variations
Color information
#E88D66 (or 0xE88D66) is known color: Copper. HEX triplet: E8, 8D and 66. RGB value is (232,141,102). Sum of RGB (Red+Green+Blue) = 232+141+102=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88D66 is #177299. Grayscale: #A4A4A4. Windows color (decimal): -1536666 or 6721000. OLE color: 6721000.
HSL color Cylindrical-coordinate representation of color #E88D66: hue angle of 18º 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 #E88D66 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 102 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.09 |
| HSL | 18º | 0.74% | 0.65% | - |
| HSV(B) | 18º | 0.56% | 0.91% | - |
| XYZ | 45.2 | 37.16 | 17.36 | - |
| YUV | 163.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 102 | 0 | 0.39 | 0.56 | 0.09 | 18 | 0.74 | 0.65 |
| Hex | E8 | 8D | 66 | 0 | 27 | 38 | 9 | 12 | 4A | 41 |
| Octal | 350 | 215 | 146 | 0 | 47 | 70 | 11 | 22 | 112 | 101 |
| Binary | 11101000 | 10001101 | 1100110 | 0 | 100111 | 111000 | 1001 | 10010 | 1001010 | 1000001 |
Color Harmonies of #E88D66
Complementary color
Monochromatic Colors of #E88D66
Black with #E88D66
Text Example
Text Example
White with #E88D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88D66; }
p { color: rgb(232,141,102); }
H1.HeaderClassName
{
color: #E88D66;
}
.AnyTagClassName
{
color: #E88D66;
}
</style>
background-color css
<style>
a { background-color: #E88D66; }
a { background-color: rgb(232,141,102); }
div.DivClassName
{
background-color: #E88D66;
}
.BgClassName
{
background-color: #E88D66;
}
</style>
border-color css
<style>
span { border-color: #E88D66; }
span { border-color: rgb(232,141,102); }
td.TdClassName
{
border-color: #E88D66;
}
.TagClassName
{
border-color: #E88D66;
}
</style>