Shades of Copper #E78867
Tints of Copper #E78867
RGB
CMYK
RGB Variations
Color information
#E78867 (or 0xE78867) is known color: Copper. HEX triplet: E7, 88 and 67. RGB value is (231,136,103). Sum of RGB (Red+Green+Blue) = 231+136+103=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E78867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78867 is #187798. Grayscale: #A0A0A0. Windows color (decimal): -1603481 or 6785255. OLE color: 6785255.
HSL color Cylindrical-coordinate representation of color #E78867: hue angle of 15.47º 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 #E78867 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 103 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.09 |
| HSL | 15.47º | 0.73% | 0.65% | - |
| HSV(B) | 15.47º | 0.55% | 0.91% | - |
| XYZ | 44.21 | 35.58 | 17.37 | - |
| YUV | 160.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 103 | 0 | 0.41 | 0.55 | 0.09 | 15.47 | 0.73 | 0.65 |
| Hex | E7 | 88 | 67 | 0 | 29 | 37 | 9 | F | 49 | 41 |
| Octal | 347 | 210 | 147 | 0 | 51 | 67 | 11 | 17 | 111 | 101 |
| Binary | 11100111 | 10001000 | 1100111 | 0 | 101001 | 110111 | 1001 | 1111 | 1001001 | 1000001 |
Color Harmonies of #E78867
Complementary color
Monochromatic Colors of #E78867
Black with #E78867
Text Example
Text Example
White with #E78867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78867; }
p { color: rgb(231,136,103); }
H1.HeaderClassName
{
color: #E78867;
}
.AnyTagClassName
{
color: #E78867;
}
</style>
background-color css
<style>
a { background-color: #E78867; }
a { background-color: rgb(231,136,103); }
div.DivClassName
{
background-color: #E78867;
}
.BgClassName
{
background-color: #E78867;
}
</style>
border-color css
<style>
span { border-color: #E78867; }
span { border-color: rgb(231,136,103); }
td.TdClassName
{
border-color: #E78867;
}
.TagClassName
{
border-color: #E78867;
}
</style>