Shades of Copper #E38C60
Tints of Copper #E38C60
RGB
CMYK
RGB Variations
Color information
#E38C60 (or 0xE38C60) is known color: Copper. HEX triplet: E3, 8C and 60. RGB value is (227,140,96). Sum of RGB (Red+Green+Blue) = 227+140+96=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38C60 is #1C739F. Grayscale: #A1A1A1. Windows color (decimal): -1864608 or 6327523. OLE color: 6327523.
HSL color Cylindrical-coordinate representation of color #E38C60: hue angle of 20.15º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E38C60 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 96 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.11 |
| HSL | 20.15º | 0.7% | 0.63% | - |
| HSV(B) | 20.15º | 0.58% | 0.89% | - |
| XYZ | 43.17 | 35.93 | 15.73 | - |
| YUV | 161 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 96 | 0 | 0.38 | 0.58 | 0.11 | 20.15 | 0.7 | 0.63 |
| Hex | E3 | 8C | 60 | 0 | 26 | 3A | B | 14 | 46 | 3F |
| Octal | 343 | 214 | 140 | 0 | 46 | 72 | 13 | 24 | 106 | 77 |
| Binary | 11100011 | 10001100 | 1100000 | 0 | 100110 | 111010 | 1011 | 10100 | 1000110 | 111111 |
Color Harmonies of #E38C60
Complementary color
Monochromatic Colors of #E38C60
Black with #E38C60
Text Example
Text Example
White with #E38C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38C60; }
p { color: rgb(227,140,96); }
H1.HeaderClassName
{
color: #E38C60;
}
.AnyTagClassName
{
color: #E38C60;
}
</style>
background-color css
<style>
a { background-color: #E38C60; }
a { background-color: rgb(227,140,96); }
div.DivClassName
{
background-color: #E38C60;
}
.BgClassName
{
background-color: #E38C60;
}
</style>
border-color css
<style>
span { border-color: #E38C60; }
span { border-color: rgb(227,140,96); }
td.TdClassName
{
border-color: #E38C60;
}
.TagClassName
{
border-color: #E38C60;
}
</style>