Shades of Copper #E18B6E
Tints of Copper #E18B6E
RGB
CMYK
RGB Variations
Color information
#E18B6E (or 0xE18B6E) is known color: Copper. HEX triplet: E1, 8B and 6E. RGB value is (225,139,110). Sum of RGB (Red+Green+Blue) = 225+139+110=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B6E is #1E7491. Grayscale: #A1A1A1. Windows color (decimal): -1995922 or 7244769. OLE color: 7244769.
HSL color Cylindrical-coordinate representation of color #E18B6E: hue angle of 15.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E18B6E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 110 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.12 |
| HSL | 15.13º | 0.66% | 0.66% | - |
| HSV(B) | 15.13º | 0.51% | 0.88% | - |
| XYZ | 43.1 | 35.6 | 19.35 | - |
| YUV | 161.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 110 | 0 | 0.38 | 0.51 | 0.12 | 15.13 | 0.66 | 0.66 |
| Hex | E1 | 8B | 6E | 0 | 26 | 33 | C | F | 42 | 42 |
| Octal | 341 | 213 | 156 | 0 | 46 | 63 | 14 | 17 | 102 | 102 |
| Binary | 11100001 | 10001011 | 1101110 | 0 | 100110 | 110011 | 1100 | 1111 | 1000010 | 1000010 |
Color Harmonies of #E18B6E
Complementary color
Monochromatic Colors of #E18B6E
Black with #E18B6E
Text Example
Text Example
White with #E18B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B6E; }
p { color: rgb(225,139,110); }
H1.HeaderClassName
{
color: #E18B6E;
}
.AnyTagClassName
{
color: #E18B6E;
}
</style>
background-color css
<style>
a { background-color: #E18B6E; }
a { background-color: rgb(225,139,110); }
div.DivClassName
{
background-color: #E18B6E;
}
.BgClassName
{
background-color: #E18B6E;
}
</style>
border-color css
<style>
span { border-color: #E18B6E; }
span { border-color: rgb(225,139,110); }
td.TdClassName
{
border-color: #E18B6E;
}
.TagClassName
{
border-color: #E18B6E;
}
</style>