Shades of Copper #E18D5E
Tints of Copper #E18D5E
RGB
CMYK
RGB Variations
Color information
#E18D5E (or 0xE18D5E) is known color: Copper. HEX triplet: E1, 8D and 5E. RGB value is (225,141,94). Sum of RGB (Red+Green+Blue) = 225+141+94=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D5E is #1E72A1. Grayscale: #A1A1A1. Windows color (decimal): -1995426 or 6196705. OLE color: 6196705.
HSL color Cylindrical-coordinate representation of color #E18D5E: hue angle of 21.53º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E18D5E is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 94 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.12 |
| HSL | 21.53º | 0.69% | 0.63% | - |
| HSV(B) | 21.53º | 0.58% | 0.88% | - |
| XYZ | 42.6 | 35.87 | 15.27 | - |
| YUV | 160.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 94 | 0 | 0.37 | 0.58 | 0.12 | 21.53 | 0.69 | 0.63 |
| Hex | E1 | 8D | 5E | 0 | 25 | 3A | C | 16 | 45 | 3F |
| Octal | 341 | 215 | 136 | 0 | 45 | 72 | 14 | 26 | 105 | 77 |
| Binary | 11100001 | 10001101 | 1011110 | 0 | 100101 | 111010 | 1100 | 10110 | 1000101 | 111111 |
Color Harmonies of #E18D5E
Complementary color
Monochromatic Colors of #E18D5E
Black with #E18D5E
Text Example
Text Example
White with #E18D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D5E; }
p { color: rgb(225,141,94); }
H1.HeaderClassName
{
color: #E18D5E;
}
.AnyTagClassName
{
color: #E18D5E;
}
</style>
background-color css
<style>
a { background-color: #E18D5E; }
a { background-color: rgb(225,141,94); }
div.DivClassName
{
background-color: #E18D5E;
}
.BgClassName
{
background-color: #E18D5E;
}
</style>
border-color css
<style>
span { border-color: #E18D5E; }
span { border-color: rgb(225,141,94); }
td.TdClassName
{
border-color: #E18D5E;
}
.TagClassName
{
border-color: #E18D5E;
}
</style>