Shades of Copper #E78E5E
Tints of Copper #E78E5E
RGB
CMYK
RGB Variations
Color information
#E78E5E (or 0xE78E5E) is known color: Copper. HEX triplet: E7, 8E and 5E. RGB value is (231,142,94). Sum of RGB (Red+Green+Blue) = 231+142+94=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78E5E is #1871A1. Grayscale: #A3A3A3. Windows color (decimal): -1601954 or 6196967. OLE color: 6196967.
HSL color Cylindrical-coordinate representation of color #E78E5E: hue angle of 21.02º 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 #E78E5E is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 94 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.09 |
| HSL | 21.02º | 0.74% | 0.64% | - |
| HSV(B) | 21.02º | 0.59% | 0.91% | - |
| XYZ | 44.65 | 37.14 | 15.41 | - |
| YUV | 163.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 94 | 0 | 0.39 | 0.59 | 0.09 | 21.02 | 0.74 | 0.64 |
| Hex | E7 | 8E | 5E | 0 | 27 | 3B | 9 | 15 | 4A | 40 |
| Octal | 347 | 216 | 136 | 0 | 47 | 73 | 11 | 25 | 112 | 100 |
| Binary | 11100111 | 10001110 | 1011110 | 0 | 100111 | 111011 | 1001 | 10101 | 1001010 | 1000000 |
Color Harmonies of #E78E5E
Complementary color
Monochromatic Colors of #E78E5E
Black with #E78E5E
Text Example
Text Example
White with #E78E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78E5E; }
p { color: rgb(231,142,94); }
H1.HeaderClassName
{
color: #E78E5E;
}
.AnyTagClassName
{
color: #E78E5E;
}
</style>
background-color css
<style>
a { background-color: #E78E5E; }
a { background-color: rgb(231,142,94); }
div.DivClassName
{
background-color: #E78E5E;
}
.BgClassName
{
background-color: #E78E5E;
}
</style>
border-color css
<style>
span { border-color: #E78E5E; }
span { border-color: rgb(231,142,94); }
td.TdClassName
{
border-color: #E78E5E;
}
.TagClassName
{
border-color: #E78E5E;
}
</style>