Shades of Copper #E48261
Tints of Copper #E48261
RGB
CMYK
RGB Variations
Color information
#E48261 (or 0xE48261) is known color: Copper. HEX triplet: E4, 82 and 61. RGB value is (228,130,97). Sum of RGB (Red+Green+Blue) = 228+130+97=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E48261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48261 is #1B7D9E. Grayscale: #9B9B9B. Windows color (decimal): -1801631 or 6390500. OLE color: 6390500.
HSL color Cylindrical-coordinate representation of color #E48261: hue angle of 15.11º 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 #E48261 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 97 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.11 |
| HSL | 15.11º | 0.71% | 0.64% | - |
| HSV(B) | 15.11º | 0.57% | 0.89% | - |
| XYZ | 42.14 | 33.32 | 15.52 | - |
| YUV | 155.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 97 | 0 | 0.43 | 0.57 | 0.11 | 15.11 | 0.71 | 0.64 |
| Hex | E4 | 82 | 61 | 0 | 2B | 39 | B | F | 47 | 40 |
| Octal | 344 | 202 | 141 | 0 | 53 | 71 | 13 | 17 | 107 | 100 |
| Binary | 11100100 | 10000010 | 1100001 | 0 | 101011 | 111001 | 1011 | 1111 | 1000111 | 1000000 |
Color Harmonies of #E48261
Complementary color
Monochromatic Colors of #E48261
Black with #E48261
Text Example
Text Example
White with #E48261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48261; }
p { color: rgb(228,130,97); }
H1.HeaderClassName
{
color: #E48261;
}
.AnyTagClassName
{
color: #E48261;
}
</style>
background-color css
<style>
a { background-color: #E48261; }
a { background-color: rgb(228,130,97); }
div.DivClassName
{
background-color: #E48261;
}
.BgClassName
{
background-color: #E48261;
}
</style>
border-color css
<style>
span { border-color: #E48261; }
span { border-color: rgb(228,130,97); }
td.TdClassName
{
border-color: #E48261;
}
.TagClassName
{
border-color: #E48261;
}
</style>