Shades of Copper #E18E6A
Tints of Copper #E18E6A
RGB
CMYK
RGB Variations
Color information
#E18E6A (or 0xE18E6A) is known color: Copper. HEX triplet: E1, 8E and 6A. RGB value is (225,142,106). Sum of RGB (Red+Green+Blue) = 225+142+106=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18E6A is #1E7195. Grayscale: #A2A2A2. Windows color (decimal): -1995158 or 6983393. OLE color: 6983393.
HSL color Cylindrical-coordinate representation of color #E18E6A: hue angle of 18.15º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E18E6A is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 106 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.12 |
| HSL | 18.15º | 0.66% | 0.65% | - |
| HSV(B) | 18.15º | 0.53% | 0.88% | - |
| XYZ | 43.33 | 36.39 | 18.38 | - |
| YUV | 162.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 106 | 0 | 0.37 | 0.53 | 0.12 | 18.15 | 0.66 | 0.65 |
| Hex | E1 | 8E | 6A | 0 | 25 | 35 | C | 12 | 42 | 41 |
| Octal | 341 | 216 | 152 | 0 | 45 | 65 | 14 | 22 | 102 | 101 |
| Binary | 11100001 | 10001110 | 1101010 | 0 | 100101 | 110101 | 1100 | 10010 | 1000010 | 1000001 |
Color Harmonies of #E18E6A
Complementary color
Monochromatic Colors of #E18E6A
Black with #E18E6A
Text Example
Text Example
White with #E18E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18E6A; }
p { color: rgb(225,142,106); }
H1.HeaderClassName
{
color: #E18E6A;
}
.AnyTagClassName
{
color: #E18E6A;
}
</style>
background-color css
<style>
a { background-color: #E18E6A; }
a { background-color: rgb(225,142,106); }
div.DivClassName
{
background-color: #E18E6A;
}
.BgClassName
{
background-color: #E18E6A;
}
</style>
border-color css
<style>
span { border-color: #E18E6A; }
span { border-color: rgb(225,142,106); }
td.TdClassName
{
border-color: #E18E6A;
}
.TagClassName
{
border-color: #E18E6A;
}
</style>