Shades of Copper #E18462
Tints of Copper #E18462
RGB
CMYK
RGB Variations
Color information
#E18462 (or 0xE18462) is known color: Copper. HEX triplet: E1, 84 and 62. RGB value is (225,132,98). Sum of RGB (Red+Green+Blue) = 225+132+98=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E18462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18462 is #1E7B9D. Grayscale: #9C9C9C. Windows color (decimal): -1997726 or 6456545. OLE color: 6456545.
HSL color Cylindrical-coordinate representation of color #E18462: hue angle of 16.06º 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 #E18462 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 98 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.12 |
| HSL | 16.06º | 0.68% | 0.63% | - |
| HSV(B) | 16.06º | 0.56% | 0.88% | - |
| XYZ | 41.51 | 33.39 | 15.81 | - |
| YUV | 155.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 98 | 0 | 0.41 | 0.56 | 0.12 | 16.06 | 0.68 | 0.63 |
| Hex | E1 | 84 | 62 | 0 | 29 | 38 | C | 10 | 44 | 3F |
| Octal | 341 | 204 | 142 | 0 | 51 | 70 | 14 | 20 | 104 | 77 |
| Binary | 11100001 | 10000100 | 1100010 | 0 | 101001 | 111000 | 1100 | 10000 | 1000100 | 111111 |
Color Harmonies of #E18462
Complementary color
Monochromatic Colors of #E18462
Black with #E18462
Text Example
Text Example
White with #E18462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18462; }
p { color: rgb(225,132,98); }
H1.HeaderClassName
{
color: #E18462;
}
.AnyTagClassName
{
color: #E18462;
}
</style>
background-color css
<style>
a { background-color: #E18462; }
a { background-color: rgb(225,132,98); }
div.DivClassName
{
background-color: #E18462;
}
.BgClassName
{
background-color: #E18462;
}
</style>
border-color css
<style>
span { border-color: #E18462; }
span { border-color: rgb(225,132,98); }
td.TdClassName
{
border-color: #E18462;
}
.TagClassName
{
border-color: #E18462;
}
</style>