Shades of Copper #E48561
Tints of Copper #E48561
RGB
CMYK
RGB Variations
Color information
#E48561 (or 0xE48561) is known color: Copper. HEX triplet: E4, 85 and 61. RGB value is (228,133,97). Sum of RGB (Red+Green+Blue) = 228+133+97=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E48561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48561 is #1B7A9E. Grayscale: #9D9D9D. Windows color (decimal): -1800863 or 6391268. OLE color: 6391268.
HSL color Cylindrical-coordinate representation of color #E48561: hue angle of 16.49º degrees, saturation: 0.71, 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 #E48561 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 97 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.11 |
| HSL | 16.49º | 0.71% | 0.64% | - |
| HSV(B) | 16.49º | 0.57% | 0.89% | - |
| XYZ | 42.54 | 34.13 | 15.66 | - |
| YUV | 157.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 97 | 0 | 0.42 | 0.57 | 0.11 | 16.49 | 0.71 | 0.64 |
| Hex | E4 | 85 | 61 | 0 | 2A | 39 | B | 10 | 47 | 40 |
| Octal | 344 | 205 | 141 | 0 | 52 | 71 | 13 | 20 | 107 | 100 |
| Binary | 11100100 | 10000101 | 1100001 | 0 | 101010 | 111001 | 1011 | 10000 | 1000111 | 1000000 |
Color Harmonies of #E48561
Complementary color
Monochromatic Colors of #E48561
Black with #E48561
Text Example
Text Example
White with #E48561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48561; }
p { color: rgb(228,133,97); }
H1.HeaderClassName
{
color: #E48561;
}
.AnyTagClassName
{
color: #E48561;
}
</style>
background-color css
<style>
a { background-color: #E48561; }
a { background-color: rgb(228,133,97); }
div.DivClassName
{
background-color: #E48561;
}
.BgClassName
{
background-color: #E48561;
}
</style>
border-color css
<style>
span { border-color: #E48561; }
span { border-color: rgb(228,133,97); }
td.TdClassName
{
border-color: #E48561;
}
.TagClassName
{
border-color: #E48561;
}
</style>