Shades of Copper #E18D6D
Tints of Copper #E18D6D
RGB
CMYK
RGB Variations
Color information
#E18D6D (or 0xE18D6D) is known color: Copper. HEX triplet: E1, 8D and 6D. RGB value is (225,141,109). Sum of RGB (Red+Green+Blue) = 225+141+109=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D6D is #1E7292. Grayscale: #A2A2A2. Windows color (decimal): -1995411 or 7179745. OLE color: 7179745.
HSL color Cylindrical-coordinate representation of color #E18D6D: hue angle of 16.55º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E18D6D is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 109 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.12 |
| HSL | 16.55º | 0.66% | 0.65% | - |
| HSV(B) | 16.55º | 0.52% | 0.88% | - |
| XYZ | 43.34 | 36.16 | 19.16 | - |
| YUV | 162.47 | 97.83 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 109 | 0 | 0.37 | 0.52 | 0.12 | 16.55 | 0.66 | 0.65 |
| Hex | E1 | 8D | 6D | 0 | 25 | 34 | C | 11 | 42 | 41 |
| Octal | 341 | 215 | 155 | 0 | 45 | 64 | 14 | 21 | 102 | 101 |
| Binary | 11100001 | 10001101 | 1101101 | 0 | 100101 | 110100 | 1100 | 10001 | 1000010 | 1000001 |
Color Harmonies of #E18D6D
Complementary color
Monochromatic Colors of #E18D6D
Black with #E18D6D
Text Example
Text Example
White with #E18D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D6D; }
p { color: rgb(225,141,109); }
H1.HeaderClassName
{
color: #E18D6D;
}
.AnyTagClassName
{
color: #E18D6D;
}
</style>
background-color css
<style>
a { background-color: #E18D6D; }
a { background-color: rgb(225,141,109); }
div.DivClassName
{
background-color: #E18D6D;
}
.BgClassName
{
background-color: #E18D6D;
}
</style>
border-color css
<style>
span { border-color: #E18D6D; }
span { border-color: rgb(225,141,109); }
td.TdClassName
{
border-color: #E18D6D;
}
.TagClassName
{
border-color: #E18D6D;
}
</style>