Shades of Copper #E38E70
Tints of Copper #E38E70
RGB
CMYK
RGB Variations
Color information
#E38E70 (or 0xE38E70) is known color: Copper. HEX triplet: E3, 8E and 70. RGB value is (227,142,112). Sum of RGB (Red+Green+Blue) = 227+142+112=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E70 is #1C718F. Grayscale: #A4A4A4. Windows color (decimal): -1864080 or 7376611. OLE color: 7376611.
HSL color Cylindrical-coordinate representation of color #E38E70: hue angle of 15.65º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E38E70 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 112 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.11 |
| HSL | 15.65º | 0.67% | 0.66% | - |
| HSV(B) | 15.65º | 0.51% | 0.89% | - |
| XYZ | 44.28 | 36.85 | 20.11 | - |
| YUV | 164 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 112 | 0 | 0.37 | 0.51 | 0.11 | 15.65 | 0.67 | 0.66 |
| Hex | E3 | 8E | 70 | 0 | 25 | 33 | B | 10 | 43 | 42 |
| Octal | 343 | 216 | 160 | 0 | 45 | 63 | 13 | 20 | 103 | 102 |
| Binary | 11100011 | 10001110 | 1110000 | 0 | 100101 | 110011 | 1011 | 10000 | 1000011 | 1000010 |
Color Harmonies of #E38E70
Complementary color
Monochromatic Colors of #E38E70
Black with #E38E70
Text Example
Text Example
White with #E38E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E70; }
p { color: rgb(227,142,112); }
H1.HeaderClassName
{
color: #E38E70;
}
.AnyTagClassName
{
color: #E38E70;
}
</style>
background-color css
<style>
a { background-color: #E38E70; }
a { background-color: rgb(227,142,112); }
div.DivClassName
{
background-color: #E38E70;
}
.BgClassName
{
background-color: #E38E70;
}
</style>
border-color css
<style>
span { border-color: #E38E70; }
span { border-color: rgb(227,142,112); }
td.TdClassName
{
border-color: #E38E70;
}
.TagClassName
{
border-color: #E38E70;
}
</style>