Shades of Copper #E78566
Tints of Copper #E78566
RGB
CMYK
RGB Variations
Color information
#E78566 (or 0xE78566) is known color: Copper. HEX triplet: E7, 85 and 66. RGB value is (231,133,102). Sum of RGB (Red+Green+Blue) = 231+133+102=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E78566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78566 is #187A99. Grayscale: #9E9E9E. Windows color (decimal): -1604250 or 6718951. OLE color: 6718951.
HSL color Cylindrical-coordinate representation of color #E78566: hue angle of 14.42º 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 #E78566 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 102 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.09 |
| HSL | 14.42º | 0.73% | 0.65% | - |
| HSV(B) | 14.42º | 0.56% | 0.91% | - |
| XYZ | 43.74 | 34.72 | 16.97 | - |
| YUV | 158.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 102 | 0 | 0.42 | 0.56 | 0.09 | 14.42 | 0.73 | 0.65 |
| Hex | E7 | 85 | 66 | 0 | 2A | 38 | 9 | E | 49 | 41 |
| Octal | 347 | 205 | 146 | 0 | 52 | 70 | 11 | 16 | 111 | 101 |
| Binary | 11100111 | 10000101 | 1100110 | 0 | 101010 | 111000 | 1001 | 1110 | 1001001 | 1000001 |
Color Harmonies of #E78566
Complementary color
Monochromatic Colors of #E78566
Black with #E78566
Text Example
Text Example
White with #E78566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78566; }
p { color: rgb(231,133,102); }
H1.HeaderClassName
{
color: #E78566;
}
.AnyTagClassName
{
color: #E78566;
}
</style>
background-color css
<style>
a { background-color: #E78566; }
a { background-color: rgb(231,133,102); }
div.DivClassName
{
background-color: #E78566;
}
.BgClassName
{
background-color: #E78566;
}
</style>
border-color css
<style>
span { border-color: #E78566; }
span { border-color: rgb(231,133,102); }
td.TdClassName
{
border-color: #E78566;
}
.TagClassName
{
border-color: #E78566;
}
</style>