Shades of Copper #E28466
Tints of Copper #E28466
RGB
CMYK
RGB Variations
Color information
#E28466 (or 0xE28466) is known color: Copper. HEX triplet: E2, 84 and 66. RGB value is (226,132,102). Sum of RGB (Red+Green+Blue) = 226+132+102=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E28466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28466 is #1D7B99. Grayscale: #9C9C9C. Windows color (decimal): -1932186 or 6718690. OLE color: 6718690.
HSL color Cylindrical-coordinate representation of color #E28466: hue angle of 14.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E28466 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 102 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.11 |
| HSL | 14.52º | 0.68% | 0.64% | - |
| HSV(B) | 14.52º | 0.55% | 0.89% | - |
| XYZ | 42.01 | 33.63 | 16.85 | - |
| YUV | 156.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 102 | 0 | 0.42 | 0.55 | 0.11 | 14.52 | 0.68 | 0.64 |
| Hex | E2 | 84 | 66 | 0 | 2A | 37 | B | F | 44 | 40 |
| Octal | 342 | 204 | 146 | 0 | 52 | 67 | 13 | 17 | 104 | 100 |
| Binary | 11100010 | 10000100 | 1100110 | 0 | 101010 | 110111 | 1011 | 1111 | 1000100 | 1000000 |
Color Harmonies of #E28466
Complementary color
Monochromatic Colors of #E28466
Black with #E28466
Text Example
Text Example
White with #E28466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28466; }
p { color: rgb(226,132,102); }
H1.HeaderClassName
{
color: #E28466;
}
.AnyTagClassName
{
color: #E28466;
}
</style>
background-color css
<style>
a { background-color: #E28466; }
a { background-color: rgb(226,132,102); }
div.DivClassName
{
background-color: #E28466;
}
.BgClassName
{
background-color: #E28466;
}
</style>
border-color css
<style>
span { border-color: #E28466; }
span { border-color: rgb(226,132,102); }
td.TdClassName
{
border-color: #E28466;
}
.TagClassName
{
border-color: #E28466;
}
</style>