Shades of Copper #E29166
Tints of Copper #E29166
RGB
CMYK
RGB Variations
Color information
#E29166 (or 0xE29166) is known color: Copper. HEX triplet: E2, 91 and 66. RGB value is (226,145,102). Sum of RGB (Red+Green+Blue) = 226+145+102=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E29166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29166 is #1D6E99. Grayscale: #A4A4A4. Windows color (decimal): -1928858 or 6722018. OLE color: 6722018.
HSL color Cylindrical-coordinate representation of color #E29166: hue angle of 20.81º 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 #E29166 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 102 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.11 |
| HSL | 20.81º | 0.68% | 0.64% | - |
| HSV(B) | 20.81º | 0.55% | 0.89% | - |
| XYZ | 43.89 | 37.38 | 17.47 | - |
| YUV | 164.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 102 | 0 | 0.36 | 0.55 | 0.11 | 20.81 | 0.68 | 0.64 |
| Hex | E2 | 91 | 66 | 0 | 24 | 37 | B | 15 | 44 | 40 |
| Octal | 342 | 221 | 146 | 0 | 44 | 67 | 13 | 25 | 104 | 100 |
| Binary | 11100010 | 10010001 | 1100110 | 0 | 100100 | 110111 | 1011 | 10101 | 1000100 | 1000000 |
Color Harmonies of #E29166
Complementary color
Monochromatic Colors of #E29166
Black with #E29166
Text Example
Text Example
White with #E29166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29166; }
p { color: rgb(226,145,102); }
H1.HeaderClassName
{
color: #E29166;
}
.AnyTagClassName
{
color: #E29166;
}
</style>
background-color css
<style>
a { background-color: #E29166; }
a { background-color: rgb(226,145,102); }
div.DivClassName
{
background-color: #E29166;
}
.BgClassName
{
background-color: #E29166;
}
</style>
border-color css
<style>
span { border-color: #E29166; }
span { border-color: rgb(226,145,102); }
td.TdClassName
{
border-color: #E29166;
}
.TagClassName
{
border-color: #E29166;
}
</style>