Shades of Copper #E29266
Tints of Copper #E29266
RGB
CMYK
RGB Variations
Color information
#E29266 (or 0xE29266) is known color: Copper. HEX triplet: E2, 92 and 66. RGB value is (226,146,102). Sum of RGB (Red+Green+Blue) = 226+146+102=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E29266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29266 is #1D6D99. Grayscale: #A5A5A5. Windows color (decimal): -1928602 or 6722274. OLE color: 6722274.
HSL color Cylindrical-coordinate representation of color #E29266: hue angle of 21.29º 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 #E29266 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 102 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.11 |
| HSL | 21.29º | 0.68% | 0.64% | - |
| HSV(B) | 21.29º | 0.55% | 0.89% | - |
| XYZ | 44.04 | 37.69 | 17.52 | - |
| YUV | 164.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 102 | 0 | 0.35 | 0.55 | 0.11 | 21.29 | 0.68 | 0.64 |
| Hex | E2 | 92 | 66 | 0 | 23 | 37 | B | 15 | 44 | 40 |
| Octal | 342 | 222 | 146 | 0 | 43 | 67 | 13 | 25 | 104 | 100 |
| Binary | 11100010 | 10010010 | 1100110 | 0 | 100011 | 110111 | 1011 | 10101 | 1000100 | 1000000 |
Color Harmonies of #E29266
Complementary color
Monochromatic Colors of #E29266
Black with #E29266
Text Example
Text Example
White with #E29266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29266; }
p { color: rgb(226,146,102); }
H1.HeaderClassName
{
color: #E29266;
}
.AnyTagClassName
{
color: #E29266;
}
</style>
background-color css
<style>
a { background-color: #E29266; }
a { background-color: rgb(226,146,102); }
div.DivClassName
{
background-color: #E29266;
}
.BgClassName
{
background-color: #E29266;
}
</style>
border-color css
<style>
span { border-color: #E29266; }
span { border-color: rgb(226,146,102); }
td.TdClassName
{
border-color: #E29266;
}
.TagClassName
{
border-color: #E29266;
}
</style>