Shades of Copper #E28D66
Tints of Copper #E28D66
RGB
CMYK
RGB Variations
Color information
#E28D66 (or 0xE28D66) is known color: Copper. HEX triplet: E2, 8D and 66. RGB value is (226,141,102). Sum of RGB (Red+Green+Blue) = 226+141+102=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28D66 is #1D7299. Grayscale: #A2A2A2. Windows color (decimal): -1929882 or 6720994. OLE color: 6720994.
HSL color Cylindrical-coordinate representation of color #E28D66: hue angle of 18.87º 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 #E28D66 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 102 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.11 |
| HSL | 18.87º | 0.68% | 0.64% | - |
| HSV(B) | 18.87º | 0.55% | 0.89% | - |
| XYZ | 43.29 | 36.18 | 17.27 | - |
| YUV | 161.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 102 | 0 | 0.38 | 0.55 | 0.11 | 18.87 | 0.68 | 0.64 |
| Hex | E2 | 8D | 66 | 0 | 26 | 37 | B | 13 | 44 | 40 |
| Octal | 342 | 215 | 146 | 0 | 46 | 67 | 13 | 23 | 104 | 100 |
| Binary | 11100010 | 10001101 | 1100110 | 0 | 100110 | 110111 | 1011 | 10011 | 1000100 | 1000000 |
Color Harmonies of #E28D66
Complementary color
Monochromatic Colors of #E28D66
Black with #E28D66
Text Example
Text Example
White with #E28D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D66; }
p { color: rgb(226,141,102); }
H1.HeaderClassName
{
color: #E28D66;
}
.AnyTagClassName
{
color: #E28D66;
}
</style>
background-color css
<style>
a { background-color: #E28D66; }
a { background-color: rgb(226,141,102); }
div.DivClassName
{
background-color: #E28D66;
}
.BgClassName
{
background-color: #E28D66;
}
</style>
border-color css
<style>
span { border-color: #E28D66; }
span { border-color: rgb(226,141,102); }
td.TdClassName
{
border-color: #E28D66;
}
.TagClassName
{
border-color: #E28D66;
}
</style>