Shades of Copper #E48E5E
Tints of Copper #E48E5E
RGB
CMYK
RGB Variations
Color information
#E48E5E (or 0xE48E5E) is known color: Copper. HEX triplet: E4, 8E and 5E. RGB value is (228,142,94). Sum of RGB (Red+Green+Blue) = 228+142+94=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48E5E is #1B71A1. Grayscale: #A2A2A2. Windows color (decimal): -1798562 or 6196964. OLE color: 6196964.
HSL color Cylindrical-coordinate representation of color #E48E5E: hue angle of 21.49º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E48E5E is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 94 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.11 |
| HSL | 21.49º | 0.71% | 0.63% | - |
| HSV(B) | 21.49º | 0.59% | 0.89% | - |
| XYZ | 43.69 | 36.65 | 15.36 | - |
| YUV | 162.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 94 | 0 | 0.38 | 0.59 | 0.11 | 21.49 | 0.71 | 0.63 |
| Hex | E4 | 8E | 5E | 0 | 26 | 3B | B | 15 | 47 | 3F |
| Octal | 344 | 216 | 136 | 0 | 46 | 73 | 13 | 25 | 107 | 77 |
| Binary | 11100100 | 10001110 | 1011110 | 0 | 100110 | 111011 | 1011 | 10101 | 1000111 | 111111 |
Color Harmonies of #E48E5E
Complementary color
Monochromatic Colors of #E48E5E
Black with #E48E5E
Text Example
Text Example
White with #E48E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48E5E; }
p { color: rgb(228,142,94); }
H1.HeaderClassName
{
color: #E48E5E;
}
.AnyTagClassName
{
color: #E48E5E;
}
</style>
background-color css
<style>
a { background-color: #E48E5E; }
a { background-color: rgb(228,142,94); }
div.DivClassName
{
background-color: #E48E5E;
}
.BgClassName
{
background-color: #E48E5E;
}
</style>
border-color css
<style>
span { border-color: #E48E5E; }
span { border-color: rgb(228,142,94); }
td.TdClassName
{
border-color: #E48E5E;
}
.TagClassName
{
border-color: #E48E5E;
}
</style>