Shades of Copper #E18C62
Tints of Copper #E18C62
RGB
CMYK
RGB Variations
Color information
#E18C62 (or 0xE18C62) is known color: Copper. HEX triplet: E1, 8C and 62. RGB value is (225,140,98). Sum of RGB (Red+Green+Blue) = 225+140+98=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C62 is #1E739D. Grayscale: #A0A0A0. Windows color (decimal): -1995678 or 6458593. OLE color: 6458593.
HSL color Cylindrical-coordinate representation of color #E18C62: hue angle of 19.84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E18C62 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 98 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.12 |
| HSL | 19.84º | 0.68% | 0.63% | - |
| HSV(B) | 19.84º | 0.56% | 0.88% | - |
| XYZ | 42.63 | 35.65 | 16.19 | - |
| YUV | 160.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 98 | 0 | 0.38 | 0.56 | 0.12 | 19.84 | 0.68 | 0.63 |
| Hex | E1 | 8C | 62 | 0 | 26 | 38 | C | 14 | 44 | 3F |
| Octal | 341 | 214 | 142 | 0 | 46 | 70 | 14 | 24 | 104 | 77 |
| Binary | 11100001 | 10001100 | 1100010 | 0 | 100110 | 111000 | 1100 | 10100 | 1000100 | 111111 |
Color Harmonies of #E18C62
Complementary color
Monochromatic Colors of #E18C62
Black with #E18C62
Text Example
Text Example
White with #E18C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C62; }
p { color: rgb(225,140,98); }
H1.HeaderClassName
{
color: #E18C62;
}
.AnyTagClassName
{
color: #E18C62;
}
</style>
background-color css
<style>
a { background-color: #E18C62; }
a { background-color: rgb(225,140,98); }
div.DivClassName
{
background-color: #E18C62;
}
.BgClassName
{
background-color: #E18C62;
}
</style>
border-color css
<style>
span { border-color: #E18C62; }
span { border-color: rgb(225,140,98); }
td.TdClassName
{
border-color: #E18C62;
}
.TagClassName
{
border-color: #E18C62;
}
</style>