Shades of Copper #E29566
Tints of Copper #E29566
RGB
CMYK
RGB Variations
Color information
#E29566 (or 0xE29566) is known color: Copper. HEX triplet: E2, 95 and 66. RGB value is (226,149,102). Sum of RGB (Red+Green+Blue) = 226+149+102=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E29566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29566 is #1D6A99. Grayscale: #A6A6A6. Windows color (decimal): -1927834 or 6723042. OLE color: 6723042.
HSL color Cylindrical-coordinate representation of color #E29566: hue angle of 22.74º 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 #E29566 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 102 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.11 |
| HSL | 22.74º | 0.68% | 0.64% | - |
| HSV(B) | 22.74º | 0.55% | 0.89% | - |
| XYZ | 44.51 | 38.62 | 17.68 | - |
| YUV | 166.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 102 | 0 | 0.34 | 0.55 | 0.11 | 22.74 | 0.68 | 0.64 |
| Hex | E2 | 95 | 66 | 0 | 22 | 37 | B | 17 | 44 | 40 |
| Octal | 342 | 225 | 146 | 0 | 42 | 67 | 13 | 27 | 104 | 100 |
| Binary | 11100010 | 10010101 | 1100110 | 0 | 100010 | 110111 | 1011 | 10111 | 1000100 | 1000000 |
Color Harmonies of #E29566
Complementary color
Monochromatic Colors of #E29566
Black with #E29566
Text Example
Text Example
White with #E29566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29566; }
p { color: rgb(226,149,102); }
H1.HeaderClassName
{
color: #E29566;
}
.AnyTagClassName
{
color: #E29566;
}
</style>
background-color css
<style>
a { background-color: #E29566; }
a { background-color: rgb(226,149,102); }
div.DivClassName
{
background-color: #E29566;
}
.BgClassName
{
background-color: #E29566;
}
</style>
border-color css
<style>
span { border-color: #E29566; }
span { border-color: rgb(226,149,102); }
td.TdClassName
{
border-color: #E29566;
}
.TagClassName
{
border-color: #E29566;
}
</style>