Shades of Copper #E78861
Tints of Copper #E78861
RGB
CMYK
RGB Variations
Color information
#E78861 (or 0xE78861) is known color: Copper. HEX triplet: E7, 88 and 61. RGB value is (231,136,97). Sum of RGB (Red+Green+Blue) = 231+136+97=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E78861 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78861 is #18779E. Grayscale: #A0A0A0. Windows color (decimal): -1603487 or 6392039. OLE color: 6392039.
HSL color Cylindrical-coordinate representation of color #E78861: hue angle of 17.46º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E78861 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 97 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.09 |
| HSL | 17.46º | 0.74% | 0.64% | - |
| HSV(B) | 17.46º | 0.58% | 0.91% | - |
| XYZ | 43.92 | 35.46 | 15.84 | - |
| YUV | 159.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 97 | 0 | 0.41 | 0.58 | 0.09 | 17.46 | 0.74 | 0.64 |
| Hex | E7 | 88 | 61 | 0 | 29 | 3A | 9 | 11 | 4A | 40 |
| Octal | 347 | 210 | 141 | 0 | 51 | 72 | 11 | 21 | 112 | 100 |
| Binary | 11100111 | 10001000 | 1100001 | 0 | 101001 | 111010 | 1001 | 10001 | 1001010 | 1000000 |
Color Harmonies of #E78861
Complementary color
Monochromatic Colors of #E78861
Black with #E78861
Text Example
Text Example
White with #E78861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78861; }
p { color: rgb(231,136,97); }
H1.HeaderClassName
{
color: #E78861;
}
.AnyTagClassName
{
color: #E78861;
}
</style>
background-color css
<style>
a { background-color: #E78861; }
a { background-color: rgb(231,136,97); }
div.DivClassName
{
background-color: #E78861;
}
.BgClassName
{
background-color: #E78861;
}
</style>
border-color css
<style>
span { border-color: #E78861; }
span { border-color: rgb(231,136,97); }
td.TdClassName
{
border-color: #E78861;
}
.TagClassName
{
border-color: #E78861;
}
</style>