Shades of Copper #E39265
Tints of Copper #E39265
RGB
CMYK
RGB Variations
Color information
#E39265 (or 0xE39265) is known color: Copper. HEX triplet: E3, 92 and 65. RGB value is (227,146,101). Sum of RGB (Red+Green+Blue) = 227+146+101=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E39265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39265 is #1C6D9A. Grayscale: #A5A5A5. Windows color (decimal): -1863067 or 6656739. OLE color: 6656739.
HSL color Cylindrical-coordinate representation of color #E39265: hue angle of 21.43º 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 #E39265 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 101 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.11 |
| HSL | 21.43º | 0.69% | 0.64% | - |
| HSV(B) | 21.43º | 0.56% | 0.89% | - |
| XYZ | 44.31 | 37.83 | 17.28 | - |
| YUV | 165.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 101 | 0 | 0.36 | 0.56 | 0.11 | 21.43 | 0.69 | 0.64 |
| Hex | E3 | 92 | 65 | 0 | 24 | 38 | B | 15 | 45 | 40 |
| Octal | 343 | 222 | 145 | 0 | 44 | 70 | 13 | 25 | 105 | 100 |
| Binary | 11100011 | 10010010 | 1100101 | 0 | 100100 | 111000 | 1011 | 10101 | 1000101 | 1000000 |
Color Harmonies of #E39265
Complementary color
Monochromatic Colors of #E39265
Black with #E39265
Text Example
Text Example
White with #E39265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39265; }
p { color: rgb(227,146,101); }
H1.HeaderClassName
{
color: #E39265;
}
.AnyTagClassName
{
color: #E39265;
}
</style>
background-color css
<style>
a { background-color: #E39265; }
a { background-color: rgb(227,146,101); }
div.DivClassName
{
background-color: #E39265;
}
.BgClassName
{
background-color: #E39265;
}
</style>
border-color css
<style>
span { border-color: #E39265; }
span { border-color: rgb(227,146,101); }
td.TdClassName
{
border-color: #E39265;
}
.TagClassName
{
border-color: #E39265;
}
</style>