Shades of Copper #E48865
Tints of Copper #E48865
RGB
CMYK
RGB Variations
Color information
#E48865 (or 0xE48865) is known color: Copper. HEX triplet: E4, 88 and 65. RGB value is (228,136,101). Sum of RGB (Red+Green+Blue) = 228+136+101=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E48865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48865 is #1B779A. Grayscale: #9F9F9F. Windows color (decimal): -1800091 or 6654180. OLE color: 6654180.
HSL color Cylindrical-coordinate representation of color #E48865: hue angle of 16.54º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E48865 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 101 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.11 |
| HSL | 16.54º | 0.7% | 0.65% | - |
| HSV(B) | 16.54º | 0.56% | 0.89% | - |
| XYZ | 43.15 | 35.04 | 16.8 | - |
| YUV | 159.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 101 | 0 | 0.40 | 0.56 | 0.11 | 16.54 | 0.7 | 0.65 |
| Hex | E4 | 88 | 65 | 0 | 28 | 38 | B | 11 | 46 | 41 |
| Octal | 344 | 210 | 145 | 0 | 50 | 70 | 13 | 21 | 106 | 101 |
| Binary | 11100100 | 10001000 | 1100101 | 0 | 101000 | 111000 | 1011 | 10001 | 1000110 | 1000001 |
Color Harmonies of #E48865
Complementary color
Monochromatic Colors of #E48865
Black with #E48865
Text Example
Text Example
White with #E48865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48865; }
p { color: rgb(228,136,101); }
H1.HeaderClassName
{
color: #E48865;
}
.AnyTagClassName
{
color: #E48865;
}
</style>
background-color css
<style>
a { background-color: #E48865; }
a { background-color: rgb(228,136,101); }
div.DivClassName
{
background-color: #E48865;
}
.BgClassName
{
background-color: #E48865;
}
</style>
border-color css
<style>
span { border-color: #E48865; }
span { border-color: rgb(228,136,101); }
td.TdClassName
{
border-color: #E48865;
}
.TagClassName
{
border-color: #E48865;
}
</style>