Shades of Copper #E18A6E
Tints of Copper #E18A6E
RGB
CMYK
RGB Variations
Color information
#E18A6E (or 0xE18A6E) is known color: Copper. HEX triplet: E1, 8A and 6E. RGB value is (225,138,110). Sum of RGB (Red+Green+Blue) = 225+138+110=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A6E is #1E7591. Grayscale: #A1A1A1. Windows color (decimal): -1996178 or 7244513. OLE color: 7244513.
HSL color Cylindrical-coordinate representation of color #E18A6E: hue angle of 14.61º 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 #E18A6E is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 110 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.12 |
| HSL | 14.61º | 0.66% | 0.66% | - |
| HSV(B) | 14.61º | 0.51% | 0.88% | - |
| XYZ | 42.95 | 35.31 | 19.3 | - |
| YUV | 160.82 | 99.32 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 110 | 0 | 0.39 | 0.51 | 0.12 | 14.61 | 0.66 | 0.66 |
| Hex | E1 | 8A | 6E | 0 | 27 | 33 | C | F | 42 | 42 |
| Octal | 341 | 212 | 156 | 0 | 47 | 63 | 14 | 17 | 102 | 102 |
| Binary | 11100001 | 10001010 | 1101110 | 0 | 100111 | 110011 | 1100 | 1111 | 1000010 | 1000010 |
Color Harmonies of #E18A6E
Complementary color
Monochromatic Colors of #E18A6E
Black with #E18A6E
Text Example
Text Example
White with #E18A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A6E; }
p { color: rgb(225,138,110); }
H1.HeaderClassName
{
color: #E18A6E;
}
.AnyTagClassName
{
color: #E18A6E;
}
</style>
background-color css
<style>
a { background-color: #E18A6E; }
a { background-color: rgb(225,138,110); }
div.DivClassName
{
background-color: #E18A6E;
}
.BgClassName
{
background-color: #E18A6E;
}
</style>
border-color css
<style>
span { border-color: #E18A6E; }
span { border-color: rgb(225,138,110); }
td.TdClassName
{
border-color: #E18A6E;
}
.TagClassName
{
border-color: #E18A6E;
}
</style>