Shades of Copper #E48863
Tints of Copper #E48863
RGB
CMYK
RGB Variations
Color information
#E48863 (or 0xE48863) is known color: Copper. HEX triplet: E4, 88 and 63. RGB value is (228,136,99). Sum of RGB (Red+Green+Blue) = 228+136+99=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E48863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48863 is #1B779C. Grayscale: #9F9F9F. Windows color (decimal): -1800093 or 6523108. OLE color: 6523108.
HSL color Cylindrical-coordinate representation of color #E48863: hue angle of 17.21º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E48863 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 99 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.11 |
| HSL | 17.21º | 0.7% | 0.64% | - |
| HSV(B) | 17.21º | 0.57% | 0.89% | - |
| XYZ | 43.05 | 35 | 16.29 | - |
| YUV | 159.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 99 | 0 | 0.40 | 0.57 | 0.11 | 17.21 | 0.7 | 0.64 |
| Hex | E4 | 88 | 63 | 0 | 28 | 39 | B | 11 | 46 | 40 |
| Octal | 344 | 210 | 143 | 0 | 50 | 71 | 13 | 21 | 106 | 100 |
| Binary | 11100100 | 10001000 | 1100011 | 0 | 101000 | 111001 | 1011 | 10001 | 1000110 | 1000000 |
Color Harmonies of #E48863
Complementary color
Monochromatic Colors of #E48863
Black with #E48863
Text Example
Text Example
White with #E48863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48863; }
p { color: rgb(228,136,99); }
H1.HeaderClassName
{
color: #E48863;
}
.AnyTagClassName
{
color: #E48863;
}
</style>
background-color css
<style>
a { background-color: #E48863; }
a { background-color: rgb(228,136,99); }
div.DivClassName
{
background-color: #E48863;
}
.BgClassName
{
background-color: #E48863;
}
</style>
border-color css
<style>
span { border-color: #E48863; }
span { border-color: rgb(228,136,99); }
td.TdClassName
{
border-color: #E48863;
}
.TagClassName
{
border-color: #E48863;
}
</style>