Shades of Copper #E78862
Tints of Copper #E78862
RGB
CMYK
RGB Variations
Color information
#E78862 (or 0xE78862) is known color: Copper. HEX triplet: E7, 88 and 62. RGB value is (231,136,98). Sum of RGB (Red+Green+Blue) = 231+136+98=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E78862 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78862 is #18779D. Grayscale: #A0A0A0. Windows color (decimal): -1603486 or 6457575. OLE color: 6457575.
HSL color Cylindrical-coordinate representation of color #E78862: hue angle of 17.14º degrees, saturation: 0.73, 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 #E78862 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 98 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.09 |
| HSL | 17.14º | 0.73% | 0.65% | - |
| HSV(B) | 17.14º | 0.58% | 0.91% | - |
| XYZ | 43.96 | 35.48 | 16.09 | - |
| YUV | 160.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 98 | 0 | 0.41 | 0.58 | 0.09 | 17.14 | 0.73 | 0.65 |
| Hex | E7 | 88 | 62 | 0 | 29 | 3A | 9 | 11 | 49 | 41 |
| Octal | 347 | 210 | 142 | 0 | 51 | 72 | 11 | 21 | 111 | 101 |
| Binary | 11100111 | 10001000 | 1100010 | 0 | 101001 | 111010 | 1001 | 10001 | 1001001 | 1000001 |
Color Harmonies of #E78862
Complementary color
Monochromatic Colors of #E78862
Black with #E78862
Text Example
Text Example
White with #E78862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78862; }
p { color: rgb(231,136,98); }
H1.HeaderClassName
{
color: #E78862;
}
.AnyTagClassName
{
color: #E78862;
}
</style>
background-color css
<style>
a { background-color: #E78862; }
a { background-color: rgb(231,136,98); }
div.DivClassName
{
background-color: #E78862;
}
.BgClassName
{
background-color: #E78862;
}
</style>
border-color css
<style>
span { border-color: #E78862; }
span { border-color: rgb(231,136,98); }
td.TdClassName
{
border-color: #E78862;
}
.TagClassName
{
border-color: #E78862;
}
</style>