Shades of Copper #E18266
Tints of Copper #E18266
RGB
CMYK
RGB Variations
Color information
#E18266 (or 0xE18266) is known color: Copper. HEX triplet: E1, 82 and 66. RGB value is (225,130,102). Sum of RGB (Red+Green+Blue) = 225+130+102=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E18266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18266 is #1E7D99. Grayscale: #9B9B9B. Windows color (decimal): -1998234 or 6718177. OLE color: 6718177.
HSL color Cylindrical-coordinate representation of color #E18266: hue angle of 13.66º 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 #E18266 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 102 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.12 |
| HSL | 13.66º | 0.67% | 0.64% | - |
| HSV(B) | 13.66º | 0.55% | 0.88% | - |
| XYZ | 41.43 | 32.93 | 16.74 | - |
| YUV | 155.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 102 | 0 | 0.42 | 0.55 | 0.12 | 13.66 | 0.67 | 0.64 |
| Hex | E1 | 82 | 66 | 0 | 2A | 37 | C | E | 43 | 40 |
| Octal | 341 | 202 | 146 | 0 | 52 | 67 | 14 | 16 | 103 | 100 |
| Binary | 11100001 | 10000010 | 1100110 | 0 | 101010 | 110111 | 1100 | 1110 | 1000011 | 1000000 |
Color Harmonies of #E18266
Complementary color
Monochromatic Colors of #E18266
Black with #E18266
Text Example
Text Example
White with #E18266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18266; }
p { color: rgb(225,130,102); }
H1.HeaderClassName
{
color: #E18266;
}
.AnyTagClassName
{
color: #E18266;
}
</style>
background-color css
<style>
a { background-color: #E18266; }
a { background-color: rgb(225,130,102); }
div.DivClassName
{
background-color: #E18266;
}
.BgClassName
{
background-color: #E18266;
}
</style>
border-color css
<style>
span { border-color: #E18266; }
span { border-color: rgb(225,130,102); }
td.TdClassName
{
border-color: #E18266;
}
.TagClassName
{
border-color: #E18266;
}
</style>