Shades of Copper #E18B70
Tints of Copper #E18B70
RGB
CMYK
RGB Variations
Color information
#E18B70 (or 0xE18B70) is known color: Copper. HEX triplet: E1, 8B and 70. RGB value is (225,139,112). Sum of RGB (Red+Green+Blue) = 225+139+112=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B70 is #1E748F. Grayscale: #A1A1A1. Windows color (decimal): -1995920 or 7375841. OLE color: 7375841.
HSL color Cylindrical-coordinate representation of color #E18B70: hue angle of 14.34º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E18B70 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 112 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.12 |
| HSL | 14.34º | 0.65% | 0.66% | - |
| HSV(B) | 14.34º | 0.5% | 0.88% | - |
| XYZ | 43.21 | 35.64 | 19.93 | - |
| YUV | 161.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 112 | 0 | 0.38 | 0.50 | 0.12 | 14.34 | 0.65 | 0.66 |
| Hex | E1 | 8B | 70 | 0 | 26 | 32 | C | E | 41 | 42 |
| Octal | 341 | 213 | 160 | 0 | 46 | 62 | 14 | 16 | 101 | 102 |
| Binary | 11100001 | 10001011 | 1110000 | 0 | 100110 | 110010 | 1100 | 1110 | 1000001 | 1000010 |
Color Harmonies of #E18B70
Complementary color
Monochromatic Colors of #E18B70
Black with #E18B70
Text Example
Text Example
White with #E18B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B70; }
p { color: rgb(225,139,112); }
H1.HeaderClassName
{
color: #E18B70;
}
.AnyTagClassName
{
color: #E18B70;
}
</style>
background-color css
<style>
a { background-color: #E18B70; }
a { background-color: rgb(225,139,112); }
div.DivClassName
{
background-color: #E18B70;
}
.BgClassName
{
background-color: #E18B70;
}
</style>
border-color css
<style>
span { border-color: #E18B70; }
span { border-color: rgb(225,139,112); }
td.TdClassName
{
border-color: #E18B70;
}
.TagClassName
{
border-color: #E18B70;
}
</style>