Shades of Copper #E18E6D
Tints of Copper #E18E6D
RGB
CMYK
RGB Variations
Color information
#E18E6D (or 0xE18E6D) is known color: Copper. HEX triplet: E1, 8E and 6D. RGB value is (225,142,109). Sum of RGB (Red+Green+Blue) = 225+142+109=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18E6D is #1E7192. Grayscale: #A3A3A3. Windows color (decimal): -1995155 or 7180001. OLE color: 7180001.
HSL color Cylindrical-coordinate representation of color #E18E6D: hue angle of 17.07º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E18E6D is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 109 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.12 |
| HSL | 17.07º | 0.66% | 0.65% | - |
| HSV(B) | 17.07º | 0.52% | 0.88% | - |
| XYZ | 43.48 | 36.46 | 19.21 | - |
| YUV | 163.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 109 | 0 | 0.37 | 0.52 | 0.12 | 17.07 | 0.66 | 0.65 |
| Hex | E1 | 8E | 6D | 0 | 25 | 34 | C | 11 | 42 | 41 |
| Octal | 341 | 216 | 155 | 0 | 45 | 64 | 14 | 21 | 102 | 101 |
| Binary | 11100001 | 10001110 | 1101101 | 0 | 100101 | 110100 | 1100 | 10001 | 1000010 | 1000001 |
Color Harmonies of #E18E6D
Complementary color
Monochromatic Colors of #E18E6D
Black with #E18E6D
Text Example
Text Example
White with #E18E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18E6D; }
p { color: rgb(225,142,109); }
H1.HeaderClassName
{
color: #E18E6D;
}
.AnyTagClassName
{
color: #E18E6D;
}
</style>
background-color css
<style>
a { background-color: #E18E6D; }
a { background-color: rgb(225,142,109); }
div.DivClassName
{
background-color: #E18E6D;
}
.BgClassName
{
background-color: #E18E6D;
}
</style>
border-color css
<style>
span { border-color: #E18E6D; }
span { border-color: rgb(225,142,109); }
td.TdClassName
{
border-color: #E18E6D;
}
.TagClassName
{
border-color: #E18E6D;
}
</style>