Shades of Copper #E29366
Tints of Copper #E29366
RGB
CMYK
RGB Variations
Color information
#E29366 (or 0xE29366) is known color: Copper. HEX triplet: E2, 93 and 66. RGB value is (226,147,102). Sum of RGB (Red+Green+Blue) = 226+147+102=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E29366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29366 is #1D6C99. Grayscale: #A5A5A5. Windows color (decimal): -1928346 or 6722530. OLE color: 6722530.
HSL color Cylindrical-coordinate representation of color #E29366: hue angle of 21.77º 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 #E29366 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 102 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.11 |
| HSL | 21.77º | 0.68% | 0.64% | - |
| HSV(B) | 21.77º | 0.55% | 0.89% | - |
| XYZ | 44.2 | 38 | 17.57 | - |
| YUV | 165.49 | 92.17 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 102 | 0 | 0.35 | 0.55 | 0.11 | 21.77 | 0.68 | 0.64 |
| Hex | E2 | 93 | 66 | 0 | 23 | 37 | B | 16 | 44 | 40 |
| Octal | 342 | 223 | 146 | 0 | 43 | 67 | 13 | 26 | 104 | 100 |
| Binary | 11100010 | 10010011 | 1100110 | 0 | 100011 | 110111 | 1011 | 10110 | 1000100 | 1000000 |
Color Harmonies of #E29366
Complementary color
Monochromatic Colors of #E29366
Black with #E29366
Text Example
Text Example
White with #E29366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29366; }
p { color: rgb(226,147,102); }
H1.HeaderClassName
{
color: #E29366;
}
.AnyTagClassName
{
color: #E29366;
}
</style>
background-color css
<style>
a { background-color: #E29366; }
a { background-color: rgb(226,147,102); }
div.DivClassName
{
background-color: #E29366;
}
.BgClassName
{
background-color: #E29366;
}
</style>
border-color css
<style>
span { border-color: #E29366; }
span { border-color: rgb(226,147,102); }
td.TdClassName
{
border-color: #E29366;
}
.TagClassName
{
border-color: #E29366;
}
</style>