Shades of Copper #E18A5E
Tints of Copper #E18A5E
RGB
CMYK
RGB Variations
Color information
#E18A5E (or 0xE18A5E) is known color: Copper. HEX triplet: E1, 8A and 5E. RGB value is (225,138,94). Sum of RGB (Red+Green+Blue) = 225+138+94=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A5E is #1E75A1. Grayscale: #9F9F9F. Windows color (decimal): -1996194 or 6195937. OLE color: 6195937.
HSL color Cylindrical-coordinate representation of color #E18A5E: hue angle of 20.15º 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 #E18A5E is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 94 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.12 |
| HSL | 20.15º | 0.69% | 0.63% | - |
| HSV(B) | 20.15º | 0.58% | 0.88% | - |
| XYZ | 42.16 | 34.99 | 15.12 | - |
| YUV | 159 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 94 | 0 | 0.39 | 0.58 | 0.12 | 20.15 | 0.69 | 0.63 |
| Hex | E1 | 8A | 5E | 0 | 27 | 3A | C | 14 | 45 | 3F |
| Octal | 341 | 212 | 136 | 0 | 47 | 72 | 14 | 24 | 105 | 77 |
| Binary | 11100001 | 10001010 | 1011110 | 0 | 100111 | 111010 | 1100 | 10100 | 1000101 | 111111 |
Color Harmonies of #E18A5E
Complementary color
Monochromatic Colors of #E18A5E
Black with #E18A5E
Text Example
Text Example
White with #E18A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A5E; }
p { color: rgb(225,138,94); }
H1.HeaderClassName
{
color: #E18A5E;
}
.AnyTagClassName
{
color: #E18A5E;
}
</style>
background-color css
<style>
a { background-color: #E18A5E; }
a { background-color: rgb(225,138,94); }
div.DivClassName
{
background-color: #E18A5E;
}
.BgClassName
{
background-color: #E18A5E;
}
</style>
border-color css
<style>
span { border-color: #E18A5E; }
span { border-color: rgb(225,138,94); }
td.TdClassName
{
border-color: #E18A5E;
}
.TagClassName
{
border-color: #E18A5E;
}
</style>