Shades of Copper #E29263
Tints of Copper #E29263
RGB
CMYK
RGB Variations
Color information
#E29263 (or 0xE29263) is known color: Copper. HEX triplet: E2, 92 and 63. RGB value is (226,146,99). Sum of RGB (Red+Green+Blue) = 226+146+99=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E29263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29263 is #1D6D9C. Grayscale: #A4A4A4. Windows color (decimal): -1928605 or 6525666. OLE color: 6525666.
HSL color Cylindrical-coordinate representation of color #E29263: hue angle of 22.2º 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 #E29263 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 99 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.11 |
| HSL | 22.2º | 0.69% | 0.64% | - |
| HSV(B) | 22.2º | 0.56% | 0.89% | - |
| XYZ | 43.9 | 37.63 | 16.75 | - |
| YUV | 164.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 99 | 0 | 0.35 | 0.56 | 0.11 | 22.2 | 0.69 | 0.64 |
| Hex | E2 | 92 | 63 | 0 | 23 | 38 | B | 16 | 45 | 40 |
| Octal | 342 | 222 | 143 | 0 | 43 | 70 | 13 | 26 | 105 | 100 |
| Binary | 11100010 | 10010010 | 1100011 | 0 | 100011 | 111000 | 1011 | 10110 | 1000101 | 1000000 |
Color Harmonies of #E29263
Complementary color
Monochromatic Colors of #E29263
Black with #E29263
Text Example
Text Example
White with #E29263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29263; }
p { color: rgb(226,146,99); }
H1.HeaderClassName
{
color: #E29263;
}
.AnyTagClassName
{
color: #E29263;
}
</style>
background-color css
<style>
a { background-color: #E29263; }
a { background-color: rgb(226,146,99); }
div.DivClassName
{
background-color: #E29263;
}
.BgClassName
{
background-color: #E29263;
}
</style>
border-color css
<style>
span { border-color: #E29263; }
span { border-color: rgb(226,146,99); }
td.TdClassName
{
border-color: #E29263;
}
.TagClassName
{
border-color: #E29263;
}
</style>