Shades of Copper #E49666
Tints of Copper #E49666
RGB
CMYK
RGB Variations
Color information
#E49666 (or 0xE49666) is known color: Copper. HEX triplet: E4, 96 and 66. RGB value is (228,150,102). Sum of RGB (Red+Green+Blue) = 228+150+102=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E49666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49666 is #1B6999. Grayscale: #A8A8A8. Windows color (decimal): -1796506 or 6723300. OLE color: 6723300.
HSL color Cylindrical-coordinate representation of color #E49666: hue angle of 22.86º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E49666 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 102 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.11 |
| HSL | 22.86º | 0.7% | 0.65% | - |
| HSV(B) | 22.86º | 0.55% | 0.89% | - |
| XYZ | 45.3 | 39.27 | 17.76 | - |
| YUV | 167.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 102 | 0 | 0.34 | 0.55 | 0.11 | 22.86 | 0.7 | 0.65 |
| Hex | E4 | 96 | 66 | 0 | 22 | 37 | B | 17 | 46 | 41 |
| Octal | 344 | 226 | 146 | 0 | 42 | 67 | 13 | 27 | 106 | 101 |
| Binary | 11100100 | 10010110 | 1100110 | 0 | 100010 | 110111 | 1011 | 10111 | 1000110 | 1000001 |
Color Harmonies of #E49666
Complementary color
Monochromatic Colors of #E49666
Black with #E49666
Text Example
Text Example
White with #E49666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49666; }
p { color: rgb(228,150,102); }
H1.HeaderClassName
{
color: #E49666;
}
.AnyTagClassName
{
color: #E49666;
}
</style>
background-color css
<style>
a { background-color: #E49666; }
a { background-color: rgb(228,150,102); }
div.DivClassName
{
background-color: #E49666;
}
.BgClassName
{
background-color: #E49666;
}
</style>
border-color css
<style>
span { border-color: #E49666; }
span { border-color: rgb(228,150,102); }
td.TdClassName
{
border-color: #E49666;
}
.TagClassName
{
border-color: #E49666;
}
</style>