Shades of Copper #E78C65
Tints of Copper #E78C65
RGB
CMYK
RGB Variations
Color information
#E78C65 (or 0xE78C65) is known color: Copper. HEX triplet: E7, 8C and 65. RGB value is (231,140,101). Sum of RGB (Red+Green+Blue) = 231+140+101=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C65 is #18739A. Grayscale: #A3A3A3. Windows color (decimal): -1602459 or 6655207. OLE color: 6655207.
HSL color Cylindrical-coordinate representation of color #E78C65: hue angle of 18º 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 #E78C65 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 101 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.09 |
| HSL | 18º | 0.73% | 0.65% | - |
| HSV(B) | 18º | 0.56% | 0.91% | - |
| XYZ | 44.68 | 36.68 | 17.04 | - |
| YUV | 162.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 101 | 0 | 0.39 | 0.56 | 0.09 | 18 | 0.73 | 0.65 |
| Hex | E7 | 8C | 65 | 0 | 27 | 38 | 9 | 12 | 49 | 41 |
| Octal | 347 | 214 | 145 | 0 | 47 | 70 | 11 | 22 | 111 | 101 |
| Binary | 11100111 | 10001100 | 1100101 | 0 | 100111 | 111000 | 1001 | 10010 | 1001001 | 1000001 |
Color Harmonies of #E78C65
Complementary color
Monochromatic Colors of #E78C65
Black with #E78C65
Text Example
Text Example
White with #E78C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78C65; }
p { color: rgb(231,140,101); }
H1.HeaderClassName
{
color: #E78C65;
}
.AnyTagClassName
{
color: #E78C65;
}
</style>
background-color css
<style>
a { background-color: #E78C65; }
a { background-color: rgb(231,140,101); }
div.DivClassName
{
background-color: #E78C65;
}
.BgClassName
{
background-color: #E78C65;
}
</style>
border-color css
<style>
span { border-color: #E78C65; }
span { border-color: rgb(231,140,101); }
td.TdClassName
{
border-color: #E78C65;
}
.TagClassName
{
border-color: #E78C65;
}
</style>