Shades of Copper #E48F5E
Tints of Copper #E48F5E
RGB
CMYK
RGB Variations
Color information
#E48F5E (or 0xE48F5E) is known color: Copper. HEX triplet: E4, 8F and 5E. RGB value is (228,143,94). Sum of RGB (Red+Green+Blue) = 228+143+94=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48F5E is #1B70A1. Grayscale: #A3A3A3. Windows color (decimal): -1798306 or 6197220. OLE color: 6197220.
HSL color Cylindrical-coordinate representation of color #E48F5E: hue angle of 21.94º 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 #E48F5E is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 94 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.11 |
| HSL | 21.94º | 0.71% | 0.63% | - |
| HSV(B) | 21.94º | 0.59% | 0.89% | - |
| XYZ | 43.84 | 36.95 | 15.41 | - |
| YUV | 162.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 94 | 0 | 0.37 | 0.59 | 0.11 | 21.94 | 0.71 | 0.63 |
| Hex | E4 | 8F | 5E | 0 | 25 | 3B | B | 16 | 47 | 3F |
| Octal | 344 | 217 | 136 | 0 | 45 | 73 | 13 | 26 | 107 | 77 |
| Binary | 11100100 | 10001111 | 1011110 | 0 | 100101 | 111011 | 1011 | 10110 | 1000111 | 111111 |
Color Harmonies of #E48F5E
Complementary color
Monochromatic Colors of #E48F5E
Black with #E48F5E
Text Example
Text Example
White with #E48F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F5E; }
p { color: rgb(228,143,94); }
H1.HeaderClassName
{
color: #E48F5E;
}
.AnyTagClassName
{
color: #E48F5E;
}
</style>
background-color css
<style>
a { background-color: #E48F5E; }
a { background-color: rgb(228,143,94); }
div.DivClassName
{
background-color: #E48F5E;
}
.BgClassName
{
background-color: #E48F5E;
}
</style>
border-color css
<style>
span { border-color: #E48F5E; }
span { border-color: rgb(228,143,94); }
td.TdClassName
{
border-color: #E48F5E;
}
.TagClassName
{
border-color: #E48F5E;
}
</style>