Shades of Copper #E49263
Tints of Copper #E49263
RGB
CMYK
RGB Variations
Color information
#E49263 (or 0xE49263) is known color: Copper. HEX triplet: E4, 92 and 63. RGB value is (228,146,99). Sum of RGB (Red+Green+Blue) = 228+146+99=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E49263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49263 is #1B6D9C. Grayscale: #A5A5A5. Windows color (decimal): -1797533 or 6525668. OLE color: 6525668.
HSL color Cylindrical-coordinate representation of color #E49263: hue angle of 21.86º 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 #E49263 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 99 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.11 |
| HSL | 21.86º | 0.7% | 0.64% | - |
| HSV(B) | 21.86º | 0.57% | 0.89% | - |
| XYZ | 44.53 | 37.95 | 16.78 | - |
| YUV | 165.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 99 | 0 | 0.36 | 0.57 | 0.11 | 21.86 | 0.7 | 0.64 |
| Hex | E4 | 92 | 63 | 0 | 24 | 39 | B | 16 | 46 | 40 |
| Octal | 344 | 222 | 143 | 0 | 44 | 71 | 13 | 26 | 106 | 100 |
| Binary | 11100100 | 10010010 | 1100011 | 0 | 100100 | 111001 | 1011 | 10110 | 1000110 | 1000000 |
Color Harmonies of #E49263
Complementary color
Monochromatic Colors of #E49263
Black with #E49263
Text Example
Text Example
White with #E49263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49263; }
p { color: rgb(228,146,99); }
H1.HeaderClassName
{
color: #E49263;
}
.AnyTagClassName
{
color: #E49263;
}
</style>
background-color css
<style>
a { background-color: #E49263; }
a { background-color: rgb(228,146,99); }
div.DivClassName
{
background-color: #E49263;
}
.BgClassName
{
background-color: #E49263;
}
</style>
border-color css
<style>
span { border-color: #E49263; }
span { border-color: rgb(228,146,99); }
td.TdClassName
{
border-color: #E49263;
}
.TagClassName
{
border-color: #E49263;
}
</style>