Shades of Copper #E48E60
Tints of Copper #E48E60
RGB
CMYK
RGB Variations
Color information
#E48E60 (or 0xE48E60) is known color: Copper. HEX triplet: E4, 8E and 60. RGB value is (228,142,96). Sum of RGB (Red+Green+Blue) = 228+142+96=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48E60 is #1B719F. Grayscale: #A2A2A2. Windows color (decimal): -1798560 or 6328036. OLE color: 6328036.
HSL color Cylindrical-coordinate representation of color #E48E60: hue angle of 20.91º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E48E60 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 96 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.11 |
| HSL | 20.91º | 0.71% | 0.64% | - |
| HSV(B) | 20.91º | 0.58% | 0.89% | - |
| XYZ | 43.78 | 36.68 | 15.84 | - |
| YUV | 162.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 96 | 0 | 0.38 | 0.58 | 0.11 | 20.91 | 0.71 | 0.64 |
| Hex | E4 | 8E | 60 | 0 | 26 | 3A | B | 15 | 47 | 40 |
| Octal | 344 | 216 | 140 | 0 | 46 | 72 | 13 | 25 | 107 | 100 |
| Binary | 11100100 | 10001110 | 1100000 | 0 | 100110 | 111010 | 1011 | 10101 | 1000111 | 1000000 |
Color Harmonies of #E48E60
Complementary color
Monochromatic Colors of #E48E60
Black with #E48E60
Text Example
Text Example
White with #E48E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48E60; }
p { color: rgb(228,142,96); }
H1.HeaderClassName
{
color: #E48E60;
}
.AnyTagClassName
{
color: #E48E60;
}
</style>
background-color css
<style>
a { background-color: #E48E60; }
a { background-color: rgb(228,142,96); }
div.DivClassName
{
background-color: #E48E60;
}
.BgClassName
{
background-color: #E48E60;
}
</style>
border-color css
<style>
span { border-color: #E48E60; }
span { border-color: rgb(228,142,96); }
td.TdClassName
{
border-color: #E48E60;
}
.TagClassName
{
border-color: #E48E60;
}
</style>