Shades of Copper #E79063
Tints of Copper #E79063
RGB
CMYK
RGB Variations
Color information
#E79063 (or 0xE79063) is known color: Copper. HEX triplet: E7, 90 and 63. RGB value is (231,144,99). Sum of RGB (Red+Green+Blue) = 231+144+99=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E79063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79063 is #186F9C. Grayscale: #A5A5A5. Windows color (decimal): -1601437 or 6525159. OLE color: 6525159.
HSL color Cylindrical-coordinate representation of color #E79063: hue angle of 20.45º 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 #E79063 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 99 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.09 |
| HSL | 20.45º | 0.73% | 0.65% | - |
| HSV(B) | 20.45º | 0.57% | 0.91% | - |
| XYZ | 45.18 | 37.84 | 16.73 | - |
| YUV | 164.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 99 | 0 | 0.38 | 0.57 | 0.09 | 20.45 | 0.73 | 0.65 |
| Hex | E7 | 90 | 63 | 0 | 26 | 39 | 9 | 14 | 49 | 41 |
| Octal | 347 | 220 | 143 | 0 | 46 | 71 | 11 | 24 | 111 | 101 |
| Binary | 11100111 | 10010000 | 1100011 | 0 | 100110 | 111001 | 1001 | 10100 | 1001001 | 1000001 |
Color Harmonies of #E79063
Complementary color
Monochromatic Colors of #E79063
Black with #E79063
Text Example
Text Example
White with #E79063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79063; }
p { color: rgb(231,144,99); }
H1.HeaderClassName
{
color: #E79063;
}
.AnyTagClassName
{
color: #E79063;
}
</style>
background-color css
<style>
a { background-color: #E79063; }
a { background-color: rgb(231,144,99); }
div.DivClassName
{
background-color: #E79063;
}
.BgClassName
{
background-color: #E79063;
}
</style>
border-color css
<style>
span { border-color: #E79063; }
span { border-color: rgb(231,144,99); }
td.TdClassName
{
border-color: #E79063;
}
.TagClassName
{
border-color: #E79063;
}
</style>