Shades of Copper #E48E5F
Tints of Copper #E48E5F
RGB
CMYK
RGB Variations
Color information
#E48E5F (or 0xE48E5F) is known color: Copper. HEX triplet: E4, 8E and 5F. RGB value is (228,142,95). Sum of RGB (Red+Green+Blue) = 228+142+95=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48E5F is #1B71A0. Grayscale: #A2A2A2. Windows color (decimal): -1798561 or 6262500. OLE color: 6262500.
HSL color Cylindrical-coordinate representation of color #E48E5F: hue angle of 21.2º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E48E5F is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 95 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.11 |
| HSL | 21.2º | 0.71% | 0.63% | - |
| HSV(B) | 21.2º | 0.58% | 0.89% | - |
| XYZ | 43.73 | 36.67 | 15.6 | - |
| YUV | 162.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 95 | 0 | 0.38 | 0.58 | 0.11 | 21.2 | 0.71 | 0.63 |
| Hex | E4 | 8E | 5F | 0 | 26 | 3A | B | 15 | 47 | 3F |
| Octal | 344 | 216 | 137 | 0 | 46 | 72 | 13 | 25 | 107 | 77 |
| Binary | 11100100 | 10001110 | 1011111 | 0 | 100110 | 111010 | 1011 | 10101 | 1000111 | 111111 |
Color Harmonies of #E48E5F
Complementary color
Monochromatic Colors of #E48E5F
Black with #E48E5F
Text Example
Text Example
White with #E48E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48E5F; }
p { color: rgb(228,142,95); }
H1.HeaderClassName
{
color: #E48E5F;
}
.AnyTagClassName
{
color: #E48E5F;
}
</style>
background-color css
<style>
a { background-color: #E48E5F; }
a { background-color: rgb(228,142,95); }
div.DivClassName
{
background-color: #E48E5F;
}
.BgClassName
{
background-color: #E48E5F;
}
</style>
border-color css
<style>
span { border-color: #E48E5F; }
span { border-color: rgb(228,142,95); }
td.TdClassName
{
border-color: #E48E5F;
}
.TagClassName
{
border-color: #E48E5F;
}
</style>