Shades of Copper #E78D5D
Tints of Copper #E78D5D
RGB
CMYK
RGB Variations
Color information
#E78D5D (or 0xE78D5D) is known color: Copper. HEX triplet: E7, 8D and 5D. RGB value is (231,141,93). Sum of RGB (Red+Green+Blue) = 231+141+93=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D5D is #1872A2. Grayscale: #A2A2A2. Windows color (decimal): -1602211 or 6131175. OLE color: 6131175.
HSL color Cylindrical-coordinate representation of color #E78D5D: hue angle of 20.87º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E78D5D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 93 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.09 |
| HSL | 20.87º | 0.74% | 0.64% | - |
| HSV(B) | 20.87º | 0.6% | 0.91% | - |
| XYZ | 44.46 | 36.83 | 15.12 | - |
| YUV | 162.44 | 88.82 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 93 | 0 | 0.39 | 0.60 | 0.09 | 20.87 | 0.74 | 0.64 |
| Hex | E7 | 8D | 5D | 0 | 27 | 3C | 9 | 15 | 4A | 40 |
| Octal | 347 | 215 | 135 | 0 | 47 | 74 | 11 | 25 | 112 | 100 |
| Binary | 11100111 | 10001101 | 1011101 | 0 | 100111 | 111100 | 1001 | 10101 | 1001010 | 1000000 |
Color Harmonies of #E78D5D
Complementary color
Monochromatic Colors of #E78D5D
Black with #E78D5D
Text Example
Text Example
White with #E78D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D5D; }
p { color: rgb(231,141,93); }
H1.HeaderClassName
{
color: #E78D5D;
}
.AnyTagClassName
{
color: #E78D5D;
}
</style>
background-color css
<style>
a { background-color: #E78D5D; }
a { background-color: rgb(231,141,93); }
div.DivClassName
{
background-color: #E78D5D;
}
.BgClassName
{
background-color: #E78D5D;
}
</style>
border-color css
<style>
span { border-color: #E78D5D; }
span { border-color: rgb(231,141,93); }
td.TdClassName
{
border-color: #E78D5D;
}
.TagClassName
{
border-color: #E78D5D;
}
</style>