Shades of Copper #E28467
Tints of Copper #E28467
RGB
CMYK
RGB Variations
Color information
#E28467 (or 0xE28467) is known color: Copper. HEX triplet: E2, 84 and 67. RGB value is (226,132,103). Sum of RGB (Red+Green+Blue) = 226+132+103=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E28467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28467 is #1D7B98. Grayscale: #9D9D9D. Windows color (decimal): -1932185 or 6784226. OLE color: 6784226.
HSL color Cylindrical-coordinate representation of color #E28467: hue angle of 14.15º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E28467 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 103 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.11 |
| HSL | 14.15º | 0.68% | 0.65% | - |
| HSV(B) | 14.15º | 0.54% | 0.89% | - |
| XYZ | 42.06 | 33.65 | 17.11 | - |
| YUV | 156.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 103 | 0 | 0.42 | 0.54 | 0.11 | 14.15 | 0.68 | 0.65 |
| Hex | E2 | 84 | 67 | 0 | 2A | 36 | B | E | 44 | 41 |
| Octal | 342 | 204 | 147 | 0 | 52 | 66 | 13 | 16 | 104 | 101 |
| Binary | 11100010 | 10000100 | 1100111 | 0 | 101010 | 110110 | 1011 | 1110 | 1000100 | 1000001 |
Color Harmonies of #E28467
Complementary color
Monochromatic Colors of #E28467
Black with #E28467
Text Example
Text Example
White with #E28467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28467; }
p { color: rgb(226,132,103); }
H1.HeaderClassName
{
color: #E28467;
}
.AnyTagClassName
{
color: #E28467;
}
</style>
background-color css
<style>
a { background-color: #E28467; }
a { background-color: rgb(226,132,103); }
div.DivClassName
{
background-color: #E28467;
}
.BgClassName
{
background-color: #E28467;
}
</style>
border-color css
<style>
span { border-color: #E28467; }
span { border-color: rgb(226,132,103); }
td.TdClassName
{
border-color: #E28467;
}
.TagClassName
{
border-color: #E28467;
}
</style>