Shades of Copper #E39261
Tints of Copper #E39261
RGB
CMYK
RGB Variations
Color information
#E39261 (or 0xE39261) is known color: Copper. HEX triplet: E3, 92 and 61. RGB value is (227,146,97). Sum of RGB (Red+Green+Blue) = 227+146+97=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E39261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39261 is #1C6D9E. Grayscale: #A4A4A4. Windows color (decimal): -1863071 or 6394595. OLE color: 6394595.
HSL color Cylindrical-coordinate representation of color #E39261: hue angle of 22.62º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E39261 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 97 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.11 |
| HSL | 22.62º | 0.7% | 0.64% | - |
| HSV(B) | 22.62º | 0.57% | 0.89% | - |
| XYZ | 44.12 | 37.75 | 16.27 | - |
| YUV | 164.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 97 | 0 | 0.36 | 0.57 | 0.11 | 22.62 | 0.7 | 0.64 |
| Hex | E3 | 92 | 61 | 0 | 24 | 39 | B | 17 | 46 | 40 |
| Octal | 343 | 222 | 141 | 0 | 44 | 71 | 13 | 27 | 106 | 100 |
| Binary | 11100011 | 10010010 | 1100001 | 0 | 100100 | 111001 | 1011 | 10111 | 1000110 | 1000000 |
Color Harmonies of #E39261
Complementary color
Monochromatic Colors of #E39261
Black with #E39261
Text Example
Text Example
White with #E39261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39261; }
p { color: rgb(227,146,97); }
H1.HeaderClassName
{
color: #E39261;
}
.AnyTagClassName
{
color: #E39261;
}
</style>
background-color css
<style>
a { background-color: #E39261; }
a { background-color: rgb(227,146,97); }
div.DivClassName
{
background-color: #E39261;
}
.BgClassName
{
background-color: #E39261;
}
</style>
border-color css
<style>
span { border-color: #E39261; }
span { border-color: rgb(227,146,97); }
td.TdClassName
{
border-color: #E39261;
}
.TagClassName
{
border-color: #E39261;
}
</style>