Shades of Copper #E78A5E
Tints of Copper #E78A5E
RGB
CMYK
RGB Variations
Color information
#E78A5E (or 0xE78A5E) is known color: Copper. HEX triplet: E7, 8A and 5E. RGB value is (231,138,94). Sum of RGB (Red+Green+Blue) = 231+138+94=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78A5E is #1875A1. Grayscale: #A1A1A1. Windows color (decimal): -1602978 or 6195943. OLE color: 6195943.
HSL color Cylindrical-coordinate representation of color #E78A5E: hue angle of 19.27º 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 #E78A5E is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 94 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.09 |
| HSL | 19.27º | 0.74% | 0.64% | - |
| HSV(B) | 19.27º | 0.59% | 0.91% | - |
| XYZ | 44.06 | 35.97 | 15.21 | - |
| YUV | 160.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 94 | 0 | 0.40 | 0.59 | 0.09 | 19.27 | 0.74 | 0.64 |
| Hex | E7 | 8A | 5E | 0 | 28 | 3B | 9 | 13 | 4A | 40 |
| Octal | 347 | 212 | 136 | 0 | 50 | 73 | 11 | 23 | 112 | 100 |
| Binary | 11100111 | 10001010 | 1011110 | 0 | 101000 | 111011 | 1001 | 10011 | 1001010 | 1000000 |
Color Harmonies of #E78A5E
Complementary color
Monochromatic Colors of #E78A5E
Black with #E78A5E
Text Example
Text Example
White with #E78A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A5E; }
p { color: rgb(231,138,94); }
H1.HeaderClassName
{
color: #E78A5E;
}
.AnyTagClassName
{
color: #E78A5E;
}
</style>
background-color css
<style>
a { background-color: #E78A5E; }
a { background-color: rgb(231,138,94); }
div.DivClassName
{
background-color: #E78A5E;
}
.BgClassName
{
background-color: #E78A5E;
}
</style>
border-color css
<style>
span { border-color: #E78A5E; }
span { border-color: rgb(231,138,94); }
td.TdClassName
{
border-color: #E78A5E;
}
.TagClassName
{
border-color: #E78A5E;
}
</style>