Shades of Copper #E49260
Tints of Copper #E49260
RGB
CMYK
RGB Variations
Color information
#E49260 (or 0xE49260) is known color: Copper. HEX triplet: E4, 92 and 60. RGB value is (228,146,96). Sum of RGB (Red+Green+Blue) = 228+146+96=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E49260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49260 is #1B6D9F. Grayscale: #A5A5A5. Windows color (decimal): -1797536 or 6329060. OLE color: 6329060.
HSL color Cylindrical-coordinate representation of color #E49260: hue angle of 22.73º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E49260 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 96 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.11 |
| HSL | 22.73º | 0.71% | 0.64% | - |
| HSV(B) | 22.73º | 0.58% | 0.89% | - |
| XYZ | 44.39 | 37.9 | 16.04 | - |
| YUV | 164.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 96 | 0 | 0.36 | 0.58 | 0.11 | 22.73 | 0.71 | 0.64 |
| Hex | E4 | 92 | 60 | 0 | 24 | 3A | B | 17 | 47 | 40 |
| Octal | 344 | 222 | 140 | 0 | 44 | 72 | 13 | 27 | 107 | 100 |
| Binary | 11100100 | 10010010 | 1100000 | 0 | 100100 | 111010 | 1011 | 10111 | 1000111 | 1000000 |
Color Harmonies of #E49260
Complementary color
Monochromatic Colors of #E49260
Black with #E49260
Text Example
Text Example
White with #E49260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49260; }
p { color: rgb(228,146,96); }
H1.HeaderClassName
{
color: #E49260;
}
.AnyTagClassName
{
color: #E49260;
}
</style>
background-color css
<style>
a { background-color: #E49260; }
a { background-color: rgb(228,146,96); }
div.DivClassName
{
background-color: #E49260;
}
.BgClassName
{
background-color: #E49260;
}
</style>
border-color css
<style>
span { border-color: #E49260; }
span { border-color: rgb(228,146,96); }
td.TdClassName
{
border-color: #E49260;
}
.TagClassName
{
border-color: #E49260;
}
</style>