Shades of Copper #E7915E
Tints of Copper #E7915E
RGB
CMYK
RGB Variations
Color information
#E7915E (or 0xE7915E) is known color: Copper. HEX triplet: E7, 91 and 5E. RGB value is (231,145,94). Sum of RGB (Red+Green+Blue) = 231+145+94=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E7915E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7915E is #186EA1. Grayscale: #A5A5A5. Windows color (decimal): -1601186 or 6197735. OLE color: 6197735.
HSL color Cylindrical-coordinate representation of color #E7915E: hue angle of 22.34º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7915E is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 94 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.09 |
| HSL | 22.34º | 0.74% | 0.64% | - |
| HSV(B) | 22.34º | 0.59% | 0.91% | - |
| XYZ | 45.1 | 38.05 | 15.56 | - |
| YUV | 164.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 94 | 0 | 0.37 | 0.59 | 0.09 | 22.34 | 0.74 | 0.64 |
| Hex | E7 | 91 | 5E | 0 | 25 | 3B | 9 | 16 | 4A | 40 |
| Octal | 347 | 221 | 136 | 0 | 45 | 73 | 11 | 26 | 112 | 100 |
| Binary | 11100111 | 10010001 | 1011110 | 0 | 100101 | 111011 | 1001 | 10110 | 1001010 | 1000000 |
Color Harmonies of #E7915E
Complementary color
Monochromatic Colors of #E7915E
Black with #E7915E
Text Example
Text Example
White with #E7915E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7915E; }
p { color: rgb(231,145,94); }
H1.HeaderClassName
{
color: #E7915E;
}
.AnyTagClassName
{
color: #E7915E;
}
</style>
background-color css
<style>
a { background-color: #E7915E; }
a { background-color: rgb(231,145,94); }
div.DivClassName
{
background-color: #E7915E;
}
.BgClassName
{
background-color: #E7915E;
}
</style>
border-color css
<style>
span { border-color: #E7915E; }
span { border-color: rgb(231,145,94); }
td.TdClassName
{
border-color: #E7915E;
}
.TagClassName
{
border-color: #E7915E;
}
</style>