Shades of Copper #E29267
Tints of Copper #E29267
RGB
CMYK
RGB Variations
Color information
#E29267 (or 0xE29267) is known color: Copper. HEX triplet: E2, 92 and 67. RGB value is (226,146,103). Sum of RGB (Red+Green+Blue) = 226+146+103=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E29267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29267 is #1D6D98. Grayscale: #A5A5A5. Windows color (decimal): -1928601 or 6787810. OLE color: 6787810.
HSL color Cylindrical-coordinate representation of color #E29267: hue angle of 20.98º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E29267 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 103 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.11 |
| HSL | 20.98º | 0.68% | 0.65% | - |
| HSV(B) | 20.98º | 0.54% | 0.89% | - |
| XYZ | 44.09 | 37.71 | 17.79 | - |
| YUV | 165.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 103 | 0 | 0.35 | 0.54 | 0.11 | 20.98 | 0.68 | 0.65 |
| Hex | E2 | 92 | 67 | 0 | 23 | 36 | B | 15 | 44 | 41 |
| Octal | 342 | 222 | 147 | 0 | 43 | 66 | 13 | 25 | 104 | 101 |
| Binary | 11100010 | 10010010 | 1100111 | 0 | 100011 | 110110 | 1011 | 10101 | 1000100 | 1000001 |
Color Harmonies of #E29267
Complementary color
Monochromatic Colors of #E29267
Black with #E29267
Text Example
Text Example
White with #E29267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29267; }
p { color: rgb(226,146,103); }
H1.HeaderClassName
{
color: #E29267;
}
.AnyTagClassName
{
color: #E29267;
}
</style>
background-color css
<style>
a { background-color: #E29267; }
a { background-color: rgb(226,146,103); }
div.DivClassName
{
background-color: #E29267;
}
.BgClassName
{
background-color: #E29267;
}
</style>
border-color css
<style>
span { border-color: #E29267; }
span { border-color: rgb(226,146,103); }
td.TdClassName
{
border-color: #E29267;
}
.TagClassName
{
border-color: #E29267;
}
</style>