Shades of Copper #E78C62
Tints of Copper #E78C62
RGB
CMYK
RGB Variations
Color information
#E78C62 (or 0xE78C62) is known color: Copper. HEX triplet: E7, 8C and 62. RGB value is (231,140,98). Sum of RGB (Red+Green+Blue) = 231+140+98=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C62 is #18739D. Grayscale: #A2A2A2. Windows color (decimal): -1602462 or 6458599. OLE color: 6458599.
HSL color Cylindrical-coordinate representation of color #E78C62: hue angle of 18.95º 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 #E78C62 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 98 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.09 |
| HSL | 18.95º | 0.73% | 0.65% | - |
| HSV(B) | 18.95º | 0.58% | 0.91% | - |
| XYZ | 44.54 | 36.63 | 16.28 | - |
| YUV | 162.42 | 91.65 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 98 | 0 | 0.39 | 0.58 | 0.09 | 18.95 | 0.73 | 0.65 |
| Hex | E7 | 8C | 62 | 0 | 27 | 3A | 9 | 13 | 49 | 41 |
| Octal | 347 | 214 | 142 | 0 | 47 | 72 | 11 | 23 | 111 | 101 |
| Binary | 11100111 | 10001100 | 1100010 | 0 | 100111 | 111010 | 1001 | 10011 | 1001001 | 1000001 |
Color Harmonies of #E78C62
Complementary color
Monochromatic Colors of #E78C62
Black with #E78C62
Text Example
Text Example
White with #E78C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78C62; }
p { color: rgb(231,140,98); }
H1.HeaderClassName
{
color: #E78C62;
}
.AnyTagClassName
{
color: #E78C62;
}
</style>
background-color css
<style>
a { background-color: #E78C62; }
a { background-color: rgb(231,140,98); }
div.DivClassName
{
background-color: #E78C62;
}
.BgClassName
{
background-color: #E78C62;
}
</style>
border-color css
<style>
span { border-color: #E78C62; }
span { border-color: rgb(231,140,98); }
td.TdClassName
{
border-color: #E78C62;
}
.TagClassName
{
border-color: #E78C62;
}
</style>