Shades of Copper #E79061
Tints of Copper #E79061
RGB
CMYK
RGB Variations
Color information
#E79061 (or 0xE79061) is known color: Copper. HEX triplet: E7, 90 and 61. RGB value is (231,144,97). Sum of RGB (Red+Green+Blue) = 231+144+97=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E79061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79061 is #186F9E. Grayscale: #A4A4A4. Windows color (decimal): -1601439 or 6394087. OLE color: 6394087.
HSL color Cylindrical-coordinate representation of color #E79061: hue angle of 21.04º 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 #E79061 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 97 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.09 |
| HSL | 21.04º | 0.74% | 0.64% | - |
| HSV(B) | 21.04º | 0.58% | 0.91% | - |
| XYZ | 45.09 | 37.8 | 16.23 | - |
| YUV | 164.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 97 | 0 | 0.38 | 0.58 | 0.09 | 21.04 | 0.74 | 0.64 |
| Hex | E7 | 90 | 61 | 0 | 26 | 3A | 9 | 15 | 4A | 40 |
| Octal | 347 | 220 | 141 | 0 | 46 | 72 | 11 | 25 | 112 | 100 |
| Binary | 11100111 | 10010000 | 1100001 | 0 | 100110 | 111010 | 1001 | 10101 | 1001010 | 1000000 |
Color Harmonies of #E79061
Complementary color
Monochromatic Colors of #E79061
Black with #E79061
Text Example
Text Example
White with #E79061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79061; }
p { color: rgb(231,144,97); }
H1.HeaderClassName
{
color: #E79061;
}
.AnyTagClassName
{
color: #E79061;
}
</style>
background-color css
<style>
a { background-color: #E79061; }
a { background-color: rgb(231,144,97); }
div.DivClassName
{
background-color: #E79061;
}
.BgClassName
{
background-color: #E79061;
}
</style>
border-color css
<style>
span { border-color: #E79061; }
span { border-color: rgb(231,144,97); }
td.TdClassName
{
border-color: #E79061;
}
.TagClassName
{
border-color: #E79061;
}
</style>