Shades of Copper #E49067
Tints of Copper #E49067
RGB
CMYK
RGB Variations
Color information
#E49067 (or 0xE49067) is known color: Copper. HEX triplet: E4, 90 and 67. RGB value is (228,144,103). Sum of RGB (Red+Green+Blue) = 228+144+103=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E49067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49067 is #1B6F98. Grayscale: #A4A4A4. Windows color (decimal): -1798041 or 6787300. OLE color: 6787300.
HSL color Cylindrical-coordinate representation of color #E49067: hue angle of 19.68º 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 #E49067 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 103 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.11 |
| HSL | 19.68º | 0.7% | 0.65% | - |
| HSV(B) | 19.68º | 0.55% | 0.89% | - |
| XYZ | 44.42 | 37.42 | 17.71 | - |
| YUV | 164.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 103 | 0 | 0.37 | 0.55 | 0.11 | 19.68 | 0.7 | 0.65 |
| Hex | E4 | 90 | 67 | 0 | 25 | 37 | B | 14 | 46 | 41 |
| Octal | 344 | 220 | 147 | 0 | 45 | 67 | 13 | 24 | 106 | 101 |
| Binary | 11100100 | 10010000 | 1100111 | 0 | 100101 | 110111 | 1011 | 10100 | 1000110 | 1000001 |
Color Harmonies of #E49067
Complementary color
Monochromatic Colors of #E49067
Black with #E49067
Text Example
Text Example
White with #E49067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49067; }
p { color: rgb(228,144,103); }
H1.HeaderClassName
{
color: #E49067;
}
.AnyTagClassName
{
color: #E49067;
}
</style>
background-color css
<style>
a { background-color: #E49067; }
a { background-color: rgb(228,144,103); }
div.DivClassName
{
background-color: #E49067;
}
.BgClassName
{
background-color: #E49067;
}
</style>
border-color css
<style>
span { border-color: #E49067; }
span { border-color: rgb(228,144,103); }
td.TdClassName
{
border-color: #E49067;
}
.TagClassName
{
border-color: #E49067;
}
</style>