Shades of Copper #E18C64
Tints of Copper #E18C64
RGB
CMYK
RGB Variations
Color information
#E18C64 (or 0xE18C64) is known color: Copper. HEX triplet: E1, 8C and 64. RGB value is (225,140,100). Sum of RGB (Red+Green+Blue) = 225+140+100=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C64 is #1E739B. Grayscale: #A1A1A1. Windows color (decimal): -1995676 or 6589665. OLE color: 6589665.
HSL color Cylindrical-coordinate representation of color #E18C64: hue angle of 19.2º 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 #E18C64 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 100 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.12 |
| HSL | 19.2º | 0.68% | 0.64% | - |
| HSV(B) | 19.2º | 0.56% | 0.88% | - |
| XYZ | 42.73 | 35.68 | 16.69 | - |
| YUV | 160.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 100 | 0 | 0.38 | 0.56 | 0.12 | 19.2 | 0.68 | 0.64 |
| Hex | E1 | 8C | 64 | 0 | 26 | 38 | C | 13 | 44 | 40 |
| Octal | 341 | 214 | 144 | 0 | 46 | 70 | 14 | 23 | 104 | 100 |
| Binary | 11100001 | 10001100 | 1100100 | 0 | 100110 | 111000 | 1100 | 10011 | 1000100 | 1000000 |
Color Harmonies of #E18C64
Complementary color
Monochromatic Colors of #E18C64
Black with #E18C64
Text Example
Text Example
White with #E18C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C64; }
p { color: rgb(225,140,100); }
H1.HeaderClassName
{
color: #E18C64;
}
.AnyTagClassName
{
color: #E18C64;
}
</style>
background-color css
<style>
a { background-color: #E18C64; }
a { background-color: rgb(225,140,100); }
div.DivClassName
{
background-color: #E18C64;
}
.BgClassName
{
background-color: #E18C64;
}
</style>
border-color css
<style>
span { border-color: #E18C64; }
span { border-color: rgb(225,140,100); }
td.TdClassName
{
border-color: #E18C64;
}
.TagClassName
{
border-color: #E18C64;
}
</style>