Shades of Copper #E48564
Tints of Copper #E48564
RGB
CMYK
RGB Variations
Color information
#E48564 (or 0xE48564) is known color: Copper. HEX triplet: E4, 85 and 64. RGB value is (228,133,100). Sum of RGB (Red+Green+Blue) = 228+133+100=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E48564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48564 is #1B7A9B. Grayscale: #9D9D9D. Windows color (decimal): -1800860 or 6587876. OLE color: 6587876.
HSL color Cylindrical-coordinate representation of color #E48564: hue angle of 15.47º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E48564 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 100 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.11 |
| HSL | 15.47º | 0.7% | 0.64% | - |
| HSV(B) | 15.47º | 0.56% | 0.89% | - |
| XYZ | 42.68 | 34.19 | 16.41 | - |
| YUV | 157.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 100 | 0 | 0.42 | 0.56 | 0.11 | 15.47 | 0.7 | 0.64 |
| Hex | E4 | 85 | 64 | 0 | 2A | 38 | B | F | 46 | 40 |
| Octal | 344 | 205 | 144 | 0 | 52 | 70 | 13 | 17 | 106 | 100 |
| Binary | 11100100 | 10000101 | 1100100 | 0 | 101010 | 111000 | 1011 | 1111 | 1000110 | 1000000 |
Color Harmonies of #E48564
Complementary color
Monochromatic Colors of #E48564
Black with #E48564
Text Example
Text Example
White with #E48564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48564; }
p { color: rgb(228,133,100); }
H1.HeaderClassName
{
color: #E48564;
}
.AnyTagClassName
{
color: #E48564;
}
</style>
background-color css
<style>
a { background-color: #E48564; }
a { background-color: rgb(228,133,100); }
div.DivClassName
{
background-color: #E48564;
}
.BgClassName
{
background-color: #E48564;
}
</style>
border-color css
<style>
span { border-color: #E48564; }
span { border-color: rgb(228,133,100); }
td.TdClassName
{
border-color: #E48564;
}
.TagClassName
{
border-color: #E48564;
}
</style>