Shades of Copper #E49467
Tints of Copper #E49467
RGB
CMYK
RGB Variations
Color information
#E49467 (or 0xE49467) is known color: Copper. HEX triplet: E4, 94 and 67. RGB value is (228,148,103). Sum of RGB (Red+Green+Blue) = 228+148+103=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E49467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49467 is #1B6B98. Grayscale: #A7A7A7. Windows color (decimal): -1797017 or 6788324. OLE color: 6788324.
HSL color Cylindrical-coordinate representation of color #E49467: hue angle of 21.6º 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 #E49467 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 103 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.11 |
| HSL | 21.6º | 0.7% | 0.65% | - |
| HSV(B) | 21.6º | 0.55% | 0.89% | - |
| XYZ | 45.03 | 38.65 | 17.92 | - |
| YUV | 166.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 103 | 0 | 0.35 | 0.55 | 0.11 | 21.6 | 0.7 | 0.65 |
| Hex | E4 | 94 | 67 | 0 | 23 | 37 | B | 16 | 46 | 41 |
| Octal | 344 | 224 | 147 | 0 | 43 | 67 | 13 | 26 | 106 | 101 |
| Binary | 11100100 | 10010100 | 1100111 | 0 | 100011 | 110111 | 1011 | 10110 | 1000110 | 1000001 |
Color Harmonies of #E49467
Complementary color
Monochromatic Colors of #E49467
Black with #E49467
Text Example
Text Example
White with #E49467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49467; }
p { color: rgb(228,148,103); }
H1.HeaderClassName
{
color: #E49467;
}
.AnyTagClassName
{
color: #E49467;
}
</style>
background-color css
<style>
a { background-color: #E49467; }
a { background-color: rgb(228,148,103); }
div.DivClassName
{
background-color: #E49467;
}
.BgClassName
{
background-color: #E49467;
}
</style>
border-color css
<style>
span { border-color: #E49467; }
span { border-color: rgb(228,148,103); }
td.TdClassName
{
border-color: #E49467;
}
.TagClassName
{
border-color: #E49467;
}
</style>