Shades of Copper #E18A66
Tints of Copper #E18A66
RGB
CMYK
RGB Variations
Color information
#E18A66 (or 0xE18A66) is known color: Copper. HEX triplet: E1, 8A and 66. RGB value is (225,138,102). Sum of RGB (Red+Green+Blue) = 225+138+102=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A66 is #1E7599. Grayscale: #A0A0A0. Windows color (decimal): -1996186 or 6720225. OLE color: 6720225.
HSL color Cylindrical-coordinate representation of color #E18A66: hue angle of 17.56º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E18A66 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 102 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.12 |
| HSL | 17.56º | 0.67% | 0.64% | - |
| HSV(B) | 17.56º | 0.55% | 0.88% | - |
| XYZ | 42.54 | 35.14 | 17.11 | - |
| YUV | 159.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 102 | 0 | 0.39 | 0.55 | 0.12 | 17.56 | 0.67 | 0.64 |
| Hex | E1 | 8A | 66 | 0 | 27 | 37 | C | 12 | 43 | 40 |
| Octal | 341 | 212 | 146 | 0 | 47 | 67 | 14 | 22 | 103 | 100 |
| Binary | 11100001 | 10001010 | 1100110 | 0 | 100111 | 110111 | 1100 | 10010 | 1000011 | 1000000 |
Color Harmonies of #E18A66
Complementary color
Monochromatic Colors of #E18A66
Black with #E18A66
Text Example
Text Example
White with #E18A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A66; }
p { color: rgb(225,138,102); }
H1.HeaderClassName
{
color: #E18A66;
}
.AnyTagClassName
{
color: #E18A66;
}
</style>
background-color css
<style>
a { background-color: #E18A66; }
a { background-color: rgb(225,138,102); }
div.DivClassName
{
background-color: #E18A66;
}
.BgClassName
{
background-color: #E18A66;
}
</style>
border-color css
<style>
span { border-color: #E18A66; }
span { border-color: rgb(225,138,102); }
td.TdClassName
{
border-color: #E18A66;
}
.TagClassName
{
border-color: #E18A66;
}
</style>