Shades of Copper #E88668
Tints of Copper #E88668
RGB
CMYK
RGB Variations
Color information
#E88668 (or 0xE88668) is known color: Copper. HEX triplet: E8, 86 and 68. RGB value is (232,134,104). Sum of RGB (Red+Green+Blue) = 232+134+104=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E88668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88668 is #177997. Grayscale: #A0A0A0. Windows color (decimal): -1538456 or 6850280. OLE color: 6850280.
HSL color Cylindrical-coordinate representation of color #E88668: hue angle of 14.06º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E88668 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 104 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.09 |
| HSL | 14.06º | 0.74% | 0.66% | - |
| HSV(B) | 14.06º | 0.55% | 0.91% | - |
| XYZ | 44.3 | 35.21 | 17.56 | - |
| YUV | 159.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 104 | 0 | 0.42 | 0.55 | 0.09 | 14.06 | 0.74 | 0.66 |
| Hex | E8 | 86 | 68 | 0 | 2A | 37 | 9 | E | 4A | 42 |
| Octal | 350 | 206 | 150 | 0 | 52 | 67 | 11 | 16 | 112 | 102 |
| Binary | 11101000 | 10000110 | 1101000 | 0 | 101010 | 110111 | 1001 | 1110 | 1001010 | 1000010 |
Color Harmonies of #E88668
Complementary color
Monochromatic Colors of #E88668
Black with #E88668
Text Example
Text Example
White with #E88668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88668; }
p { color: rgb(232,134,104); }
H1.HeaderClassName
{
color: #E88668;
}
.AnyTagClassName
{
color: #E88668;
}
</style>
background-color css
<style>
a { background-color: #E88668; }
a { background-color: rgb(232,134,104); }
div.DivClassName
{
background-color: #E88668;
}
.BgClassName
{
background-color: #E88668;
}
</style>
border-color css
<style>
span { border-color: #E88668; }
span { border-color: rgb(232,134,104); }
td.TdClassName
{
border-color: #E88668;
}
.TagClassName
{
border-color: #E88668;
}
</style>