Shades of Copper #E78465
Tints of Copper #E78465
RGB
CMYK
RGB Variations
Color information
#E78465 (or 0xE78465) is known color: Copper. HEX triplet: E7, 84 and 65. RGB value is (231,132,101). Sum of RGB (Red+Green+Blue) = 231+132+101=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E78465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78465 is #187B9A. Grayscale: #9E9E9E. Windows color (decimal): -1604507 or 6653159. OLE color: 6653159.
HSL color Cylindrical-coordinate representation of color #E78465: hue angle of 14.31º 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 #E78465 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 101 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.09 |
| HSL | 14.31º | 0.73% | 0.65% | - |
| HSV(B) | 14.31º | 0.56% | 0.91% | - |
| XYZ | 43.56 | 34.43 | 16.66 | - |
| YUV | 158.07 | 95.8 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 101 | 0 | 0.43 | 0.56 | 0.09 | 14.31 | 0.73 | 0.65 |
| Hex | E7 | 84 | 65 | 0 | 2B | 38 | 9 | E | 49 | 41 |
| Octal | 347 | 204 | 145 | 0 | 53 | 70 | 11 | 16 | 111 | 101 |
| Binary | 11100111 | 10000100 | 1100101 | 0 | 101011 | 111000 | 1001 | 1110 | 1001001 | 1000001 |
Color Harmonies of #E78465
Complementary color
Monochromatic Colors of #E78465
Black with #E78465
Text Example
Text Example
White with #E78465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78465; }
p { color: rgb(231,132,101); }
H1.HeaderClassName
{
color: #E78465;
}
.AnyTagClassName
{
color: #E78465;
}
</style>
background-color css
<style>
a { background-color: #E78465; }
a { background-color: rgb(231,132,101); }
div.DivClassName
{
background-color: #E78465;
}
.BgClassName
{
background-color: #E78465;
}
</style>
border-color css
<style>
span { border-color: #E78465; }
span { border-color: rgb(231,132,101); }
td.TdClassName
{
border-color: #E78465;
}
.TagClassName
{
border-color: #E78465;
}
</style>