Shades of Copper #E29163
Tints of Copper #E29163
RGB
CMYK
RGB Variations
Color information
#E29163 (or 0xE29163) is known color: Copper. HEX triplet: E2, 91 and 63. RGB value is (226,145,99). Sum of RGB (Red+Green+Blue) = 226+145+99=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E29163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29163 is #1D6E9C. Grayscale: #A4A4A4. Windows color (decimal): -1928861 or 6525410. OLE color: 6525410.
HSL color Cylindrical-coordinate representation of color #E29163: hue angle of 21.73º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E29163 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 99 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.11 |
| HSL | 21.73º | 0.69% | 0.64% | - |
| HSV(B) | 21.73º | 0.56% | 0.89% | - |
| XYZ | 43.74 | 37.32 | 16.7 | - |
| YUV | 163.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 99 | 0 | 0.36 | 0.56 | 0.11 | 21.73 | 0.69 | 0.64 |
| Hex | E2 | 91 | 63 | 0 | 24 | 38 | B | 16 | 45 | 40 |
| Octal | 342 | 221 | 143 | 0 | 44 | 70 | 13 | 26 | 105 | 100 |
| Binary | 11100010 | 10010001 | 1100011 | 0 | 100100 | 111000 | 1011 | 10110 | 1000101 | 1000000 |
Color Harmonies of #E29163
Complementary color
Monochromatic Colors of #E29163
Black with #E29163
Text Example
Text Example
White with #E29163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29163; }
p { color: rgb(226,145,99); }
H1.HeaderClassName
{
color: #E29163;
}
.AnyTagClassName
{
color: #E29163;
}
</style>
background-color css
<style>
a { background-color: #E29163; }
a { background-color: rgb(226,145,99); }
div.DivClassName
{
background-color: #E29163;
}
.BgClassName
{
background-color: #E29163;
}
</style>
border-color css
<style>
span { border-color: #E29163; }
span { border-color: rgb(226,145,99); }
td.TdClassName
{
border-color: #E29163;
}
.TagClassName
{
border-color: #E29163;
}
</style>