Shades of Copper #E18D63
Tints of Copper #E18D63
RGB
CMYK
RGB Variations
Color information
#E18D63 (or 0xE18D63) is known color: Copper. HEX triplet: E1, 8D and 63. RGB value is (225,141,99). Sum of RGB (Red+Green+Blue) = 225+141+99=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D63 is #1E729C. Grayscale: #A1A1A1. Windows color (decimal): -1995421 or 6524385. OLE color: 6524385.
HSL color Cylindrical-coordinate representation of color #E18D63: hue angle of 20º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E18D63 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 99 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.12 |
| HSL | 20º | 0.68% | 0.64% | - |
| HSV(B) | 20º | 0.56% | 0.88% | - |
| XYZ | 42.83 | 35.96 | 16.49 | - |
| YUV | 161.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 99 | 0 | 0.37 | 0.56 | 0.12 | 20 | 0.68 | 0.64 |
| Hex | E1 | 8D | 63 | 0 | 25 | 38 | C | 14 | 44 | 40 |
| Octal | 341 | 215 | 143 | 0 | 45 | 70 | 14 | 24 | 104 | 100 |
| Binary | 11100001 | 10001101 | 1100011 | 0 | 100101 | 111000 | 1100 | 10100 | 1000100 | 1000000 |
Color Harmonies of #E18D63
Complementary color
Monochromatic Colors of #E18D63
Black with #E18D63
Text Example
Text Example
White with #E18D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D63; }
p { color: rgb(225,141,99); }
H1.HeaderClassName
{
color: #E18D63;
}
.AnyTagClassName
{
color: #E18D63;
}
</style>
background-color css
<style>
a { background-color: #E18D63; }
a { background-color: rgb(225,141,99); }
div.DivClassName
{
background-color: #E18D63;
}
.BgClassName
{
background-color: #E18D63;
}
</style>
border-color css
<style>
span { border-color: #E18D63; }
span { border-color: rgb(225,141,99); }
td.TdClassName
{
border-color: #E18D63;
}
.TagClassName
{
border-color: #E18D63;
}
</style>