Shades of Copper #E39365
Tints of Copper #E39365
RGB
CMYK
RGB Variations
Color information
#E39365 (or 0xE39365) is known color: Copper. HEX triplet: E3, 93 and 65. RGB value is (227,147,101). Sum of RGB (Red+Green+Blue) = 227+147+101=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E39365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39365 is #1C6C9A. Grayscale: #A5A5A5. Windows color (decimal): -1862811 or 6656995. OLE color: 6656995.
HSL color Cylindrical-coordinate representation of color #E39365: hue angle of 21.9º 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 #E39365 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 101 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.11 |
| HSL | 21.9º | 0.69% | 0.64% | - |
| HSV(B) | 21.9º | 0.56% | 0.89% | - |
| XYZ | 44.46 | 38.14 | 17.33 | - |
| YUV | 165.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 101 | 0 | 0.35 | 0.56 | 0.11 | 21.9 | 0.69 | 0.64 |
| Hex | E3 | 93 | 65 | 0 | 23 | 38 | B | 16 | 45 | 40 |
| Octal | 343 | 223 | 145 | 0 | 43 | 70 | 13 | 26 | 105 | 100 |
| Binary | 11100011 | 10010011 | 1100101 | 0 | 100011 | 111000 | 1011 | 10110 | 1000101 | 1000000 |
Color Harmonies of #E39365
Complementary color
Monochromatic Colors of #E39365
Black with #E39365
Text Example
Text Example
White with #E39365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39365; }
p { color: rgb(227,147,101); }
H1.HeaderClassName
{
color: #E39365;
}
.AnyTagClassName
{
color: #E39365;
}
</style>
background-color css
<style>
a { background-color: #E39365; }
a { background-color: rgb(227,147,101); }
div.DivClassName
{
background-color: #E39365;
}
.BgClassName
{
background-color: #E39365;
}
</style>
border-color css
<style>
span { border-color: #E39365; }
span { border-color: rgb(227,147,101); }
td.TdClassName
{
border-color: #E39365;
}
.TagClassName
{
border-color: #E39365;
}
</style>