Shades of Copper #E78367
Tints of Copper #E78367
RGB
CMYK
RGB Variations
Color information
#E78367 (or 0xE78367) is known color: Copper. HEX triplet: E7, 83 and 67. RGB value is (231,131,103). Sum of RGB (Red+Green+Blue) = 231+131+103=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E78367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78367 is #187C98. Grayscale: #9D9D9D. Windows color (decimal): -1604761 or 6783975. OLE color: 6783975.
HSL color Cylindrical-coordinate representation of color #E78367: hue angle of 13.12º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E78367 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 103 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.09 |
| HSL | 13.13º | 0.73% | 0.65% | - |
| HSV(B) | 13.13º | 0.55% | 0.91% | - |
| XYZ | 43.52 | 34.2 | 17.14 | - |
| YUV | 157.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 103 | 0 | 0.43 | 0.55 | 0.09 | 13.13 | 0.73 | 0.65 |
| Hex | E7 | 83 | 67 | 0 | 2B | 37 | 9 | D | 49 | 41 |
| Octal | 347 | 203 | 147 | 0 | 53 | 67 | 11 | 15 | 111 | 101 |
| Binary | 11100111 | 10000011 | 1100111 | 0 | 101011 | 110111 | 1001 | 1101 | 1001001 | 1000001 |
Color Harmonies of #E78367
Complementary color
Monochromatic Colors of #E78367
Black with #E78367
Text Example
Text Example
White with #E78367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78367; }
p { color: rgb(231,131,103); }
H1.HeaderClassName
{
color: #E78367;
}
.AnyTagClassName
{
color: #E78367;
}
</style>
background-color css
<style>
a { background-color: #E78367; }
a { background-color: rgb(231,131,103); }
div.DivClassName
{
background-color: #E78367;
}
.BgClassName
{
background-color: #E78367;
}
</style>
border-color css
<style>
span { border-color: #E78367; }
span { border-color: rgb(231,131,103); }
td.TdClassName
{
border-color: #E78367;
}
.TagClassName
{
border-color: #E78367;
}
</style>