Shades of Copper #E79166
Tints of Copper #E79166
RGB
CMYK
RGB Variations
Color information
#E79166 (or 0xE79166) is known color: Copper. HEX triplet: E7, 91 and 66. RGB value is (231,145,102). Sum of RGB (Red+Green+Blue) = 231+145+102=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E79166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79166 is #186E99. Grayscale: #A6A6A6. Windows color (decimal): -1601178 or 6722023. OLE color: 6722023.
HSL color Cylindrical-coordinate representation of color #E79166: hue angle of 20º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E79166 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 102 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.09 |
| HSL | 20º | 0.73% | 0.65% | - |
| HSV(B) | 20º | 0.56% | 0.91% | - |
| XYZ | 45.48 | 38.2 | 17.55 | - |
| YUV | 165.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 102 | 0 | 0.37 | 0.56 | 0.09 | 20 | 0.73 | 0.65 |
| Hex | E7 | 91 | 66 | 0 | 25 | 38 | 9 | 14 | 49 | 41 |
| Octal | 347 | 221 | 146 | 0 | 45 | 70 | 11 | 24 | 111 | 101 |
| Binary | 11100111 | 10010001 | 1100110 | 0 | 100101 | 111000 | 1001 | 10100 | 1001001 | 1000001 |
Color Harmonies of #E79166
Complementary color
Monochromatic Colors of #E79166
Black with #E79166
Text Example
Text Example
White with #E79166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79166; }
p { color: rgb(231,145,102); }
H1.HeaderClassName
{
color: #E79166;
}
.AnyTagClassName
{
color: #E79166;
}
</style>
background-color css
<style>
a { background-color: #E79166; }
a { background-color: rgb(231,145,102); }
div.DivClassName
{
background-color: #E79166;
}
.BgClassName
{
background-color: #E79166;
}
</style>
border-color css
<style>
span { border-color: #E79166; }
span { border-color: rgb(231,145,102); }
td.TdClassName
{
border-color: #E79166;
}
.TagClassName
{
border-color: #E79166;
}
</style>