Shades of Copper #E29365
Tints of Copper #E29365
RGB
CMYK
RGB Variations
Color information
#E29365 (or 0xE29365) is known color: Copper. HEX triplet: E2, 93 and 65. RGB value is (226,147,101). Sum of RGB (Red+Green+Blue) = 226+147+101=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E29365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29365 is #1D6C9A. Grayscale: #A5A5A5. Windows color (decimal): -1928347 or 6656994. OLE color: 6656994.
HSL color Cylindrical-coordinate representation of color #E29365: hue angle of 22.08º 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 #E29365 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 101 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.11 |
| HSL | 22.08º | 0.68% | 0.64% | - |
| HSV(B) | 22.08º | 0.55% | 0.89% | - |
| XYZ | 44.15 | 37.98 | 17.32 | - |
| YUV | 165.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 101 | 0 | 0.35 | 0.55 | 0.11 | 22.08 | 0.68 | 0.64 |
| Hex | E2 | 93 | 65 | 0 | 23 | 37 | B | 16 | 44 | 40 |
| Octal | 342 | 223 | 145 | 0 | 43 | 67 | 13 | 26 | 104 | 100 |
| Binary | 11100010 | 10010011 | 1100101 | 0 | 100011 | 110111 | 1011 | 10110 | 1000100 | 1000000 |
Color Harmonies of #E29365
Complementary color
Monochromatic Colors of #E29365
Black with #E29365
Text Example
Text Example
White with #E29365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29365; }
p { color: rgb(226,147,101); }
H1.HeaderClassName
{
color: #E29365;
}
.AnyTagClassName
{
color: #E29365;
}
</style>
background-color css
<style>
a { background-color: #E29365; }
a { background-color: rgb(226,147,101); }
div.DivClassName
{
background-color: #E29365;
}
.BgClassName
{
background-color: #E29365;
}
</style>
border-color css
<style>
span { border-color: #E29365; }
span { border-color: rgb(226,147,101); }
td.TdClassName
{
border-color: #E29365;
}
.TagClassName
{
border-color: #E29365;
}
</style>