Shades of Copper #E38D70
Tints of Copper #E38D70
RGB
CMYK
RGB Variations
Color information
#E38D70 (or 0xE38D70) is known color: Copper. HEX triplet: E3, 8D and 70. RGB value is (227,141,112). Sum of RGB (Red+Green+Blue) = 227+141+112=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D70 is #1C728F. Grayscale: #A3A3A3. Windows color (decimal): -1864336 or 7376355. OLE color: 7376355.
HSL color Cylindrical-coordinate representation of color #E38D70: hue angle of 15.13º 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 #E38D70 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 112 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.11 |
| HSL | 15.13º | 0.67% | 0.66% | - |
| HSV(B) | 15.13º | 0.51% | 0.89% | - |
| XYZ | 44.13 | 36.55 | 20.06 | - |
| YUV | 163.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 112 | 0 | 0.38 | 0.51 | 0.11 | 15.13 | 0.67 | 0.66 |
| Hex | E3 | 8D | 70 | 0 | 26 | 33 | B | F | 43 | 42 |
| Octal | 343 | 215 | 160 | 0 | 46 | 63 | 13 | 17 | 103 | 102 |
| Binary | 11100011 | 10001101 | 1110000 | 0 | 100110 | 110011 | 1011 | 1111 | 1000011 | 1000010 |
Color Harmonies of #E38D70
Complementary color
Monochromatic Colors of #E38D70
Black with #E38D70
Text Example
Text Example
White with #E38D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38D70; }
p { color: rgb(227,141,112); }
H1.HeaderClassName
{
color: #E38D70;
}
.AnyTagClassName
{
color: #E38D70;
}
</style>
background-color css
<style>
a { background-color: #E38D70; }
a { background-color: rgb(227,141,112); }
div.DivClassName
{
background-color: #E38D70;
}
.BgClassName
{
background-color: #E38D70;
}
</style>
border-color css
<style>
span { border-color: #E38D70; }
span { border-color: rgb(227,141,112); }
td.TdClassName
{
border-color: #E38D70;
}
.TagClassName
{
border-color: #E38D70;
}
</style>