Shades of Copper #E29063
Tints of Copper #E29063
RGB
CMYK
RGB Variations
Color information
#E29063 (or 0xE29063) is known color: Copper. HEX triplet: E2, 90 and 63. RGB value is (226,144,99). Sum of RGB (Red+Green+Blue) = 226+144+99=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E29063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29063 is #1D6F9C. Grayscale: #A3A3A3. Windows color (decimal): -1929117 or 6525154. OLE color: 6525154.
HSL color Cylindrical-coordinate representation of color #E29063: hue angle of 21.26º 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 #E29063 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 99 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.11 |
| HSL | 21.26º | 0.69% | 0.64% | - |
| HSV(B) | 21.26º | 0.56% | 0.89% | - |
| XYZ | 43.59 | 37.02 | 16.65 | - |
| YUV | 163.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 99 | 0 | 0.36 | 0.56 | 0.11 | 21.26 | 0.69 | 0.64 |
| Hex | E2 | 90 | 63 | 0 | 24 | 38 | B | 15 | 45 | 40 |
| Octal | 342 | 220 | 143 | 0 | 44 | 70 | 13 | 25 | 105 | 100 |
| Binary | 11100010 | 10010000 | 1100011 | 0 | 100100 | 111000 | 1011 | 10101 | 1000101 | 1000000 |
Color Harmonies of #E29063
Complementary color
Monochromatic Colors of #E29063
Black with #E29063
Text Example
Text Example
White with #E29063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29063; }
p { color: rgb(226,144,99); }
H1.HeaderClassName
{
color: #E29063;
}
.AnyTagClassName
{
color: #E29063;
}
</style>
background-color css
<style>
a { background-color: #E29063; }
a { background-color: rgb(226,144,99); }
div.DivClassName
{
background-color: #E29063;
}
.BgClassName
{
background-color: #E29063;
}
</style>
border-color css
<style>
span { border-color: #E29063; }
span { border-color: rgb(226,144,99); }
td.TdClassName
{
border-color: #E29063;
}
.TagClassName
{
border-color: #E29063;
}
</style>