Shades of Copper #E88665
Tints of Copper #E88665
RGB
CMYK
RGB Variations
Color information
#E88665 (or 0xE88665) is known color: Copper. HEX triplet: E8, 86 and 65. RGB value is (232,134,101). Sum of RGB (Red+Green+Blue) = 232+134+101=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E88665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88665 is #17799A. Grayscale: #9F9F9F. Windows color (decimal): -1538459 or 6653672. OLE color: 6653672.
HSL color Cylindrical-coordinate representation of color #E88665: hue angle of 15.11º 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 #E88665 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 101 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.09 |
| HSL | 15.11º | 0.74% | 0.65% | - |
| HSV(B) | 15.11º | 0.56% | 0.91% | - |
| XYZ | 44.15 | 35.15 | 16.77 | - |
| YUV | 159.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 101 | 0 | 0.42 | 0.56 | 0.09 | 15.11 | 0.74 | 0.65 |
| Hex | E8 | 86 | 65 | 0 | 2A | 38 | 9 | F | 4A | 41 |
| Octal | 350 | 206 | 145 | 0 | 52 | 70 | 11 | 17 | 112 | 101 |
| Binary | 11101000 | 10000110 | 1100101 | 0 | 101010 | 111000 | 1001 | 1111 | 1001010 | 1000001 |
Color Harmonies of #E88665
Complementary color
Monochromatic Colors of #E88665
Black with #E88665
Text Example
Text Example
White with #E88665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88665; }
p { color: rgb(232,134,101); }
H1.HeaderClassName
{
color: #E88665;
}
.AnyTagClassName
{
color: #E88665;
}
</style>
background-color css
<style>
a { background-color: #E88665; }
a { background-color: rgb(232,134,101); }
div.DivClassName
{
background-color: #E88665;
}
.BgClassName
{
background-color: #E88665;
}
</style>
border-color css
<style>
span { border-color: #E88665; }
span { border-color: rgb(232,134,101); }
td.TdClassName
{
border-color: #E88665;
}
.TagClassName
{
border-color: #E88665;
}
</style>