Shades of Copper #E88E62
Tints of Copper #E88E62
RGB
CMYK
RGB Variations
Color information
#E88E62 (or 0xE88E62) is known color: Copper. HEX triplet: E8, 8E and 62. RGB value is (232,142,98). Sum of RGB (Red+Green+Blue) = 232+142+98=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E88E62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88E62 is #17719D. Grayscale: #A4A4A4. Windows color (decimal): -1536414 or 6459112. OLE color: 6459112.
HSL color Cylindrical-coordinate representation of color #E88E62: hue angle of 19.7º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E88E62 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 98 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.09 |
| HSL | 19.7º | 0.74% | 0.65% | - |
| HSV(B) | 19.7º | 0.58% | 0.91% | - |
| XYZ | 45.16 | 37.38 | 16.39 | - |
| YUV | 163.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 98 | 0 | 0.39 | 0.58 | 0.09 | 19.7 | 0.74 | 0.65 |
| Hex | E8 | 8E | 62 | 0 | 27 | 3A | 9 | 14 | 4A | 41 |
| Octal | 350 | 216 | 142 | 0 | 47 | 72 | 11 | 24 | 112 | 101 |
| Binary | 11101000 | 10001110 | 1100010 | 0 | 100111 | 111010 | 1001 | 10100 | 1001010 | 1000001 |
Color Harmonies of #E88E62
Complementary color
Monochromatic Colors of #E88E62
Black with #E88E62
Text Example
Text Example
White with #E88E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88E62; }
p { color: rgb(232,142,98); }
H1.HeaderClassName
{
color: #E88E62;
}
.AnyTagClassName
{
color: #E88E62;
}
</style>
background-color css
<style>
a { background-color: #E88E62; }
a { background-color: rgb(232,142,98); }
div.DivClassName
{
background-color: #E88E62;
}
.BgClassName
{
background-color: #E88E62;
}
</style>
border-color css
<style>
span { border-color: #E88E62; }
span { border-color: rgb(232,142,98); }
td.TdClassName
{
border-color: #E88E62;
}
.TagClassName
{
border-color: #E88E62;
}
</style>