Shades of Copper #E78864
Tints of Copper #E78864
RGB
CMYK
RGB Variations
Color information
#E78864 (or 0xE78864) is known color: Copper. HEX triplet: E7, 88 and 64. RGB value is (231,136,100). Sum of RGB (Red+Green+Blue) = 231+136+100=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E78864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78864 is #18779B. Grayscale: #A0A0A0. Windows color (decimal): -1603484 or 6588647. OLE color: 6588647.
HSL color Cylindrical-coordinate representation of color #E78864: hue angle of 16.49º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E78864 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 100 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.09 |
| HSL | 16.49º | 0.73% | 0.65% | - |
| HSV(B) | 16.49º | 0.57% | 0.91% | - |
| XYZ | 44.06 | 35.52 | 16.59 | - |
| YUV | 160.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 100 | 0 | 0.41 | 0.57 | 0.09 | 16.49 | 0.73 | 0.65 |
| Hex | E7 | 88 | 64 | 0 | 29 | 39 | 9 | 10 | 49 | 41 |
| Octal | 347 | 210 | 144 | 0 | 51 | 71 | 11 | 20 | 111 | 101 |
| Binary | 11100111 | 10001000 | 1100100 | 0 | 101001 | 111001 | 1001 | 10000 | 1001001 | 1000001 |
Color Harmonies of #E78864
Complementary color
Monochromatic Colors of #E78864
Black with #E78864
Text Example
Text Example
White with #E78864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78864; }
p { color: rgb(231,136,100); }
H1.HeaderClassName
{
color: #E78864;
}
.AnyTagClassName
{
color: #E78864;
}
</style>
background-color css
<style>
a { background-color: #E78864; }
a { background-color: rgb(231,136,100); }
div.DivClassName
{
background-color: #E78864;
}
.BgClassName
{
background-color: #E78864;
}
</style>
border-color css
<style>
span { border-color: #E78864; }
span { border-color: rgb(231,136,100); }
td.TdClassName
{
border-color: #E78864;
}
.TagClassName
{
border-color: #E78864;
}
</style>