Shades of Copper #E1866A
Tints of Copper #E1866A
RGB
CMYK
RGB Variations
Color information
#E1866A (or 0xE1866A) is known color: Copper. HEX triplet: E1, 86 and 6A. RGB value is (225,134,106). Sum of RGB (Red+Green+Blue) = 225+134+106=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1866A is #1E7995. Grayscale: #9E9E9E. Windows color (decimal): -1997206 or 6981345. OLE color: 6981345.
HSL color Cylindrical-coordinate representation of color #E1866A: hue angle of 14.12º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1866A is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 106 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.12 |
| HSL | 14.12º | 0.66% | 0.65% | - |
| HSV(B) | 14.12º | 0.53% | 0.88% | - |
| XYZ | 42.18 | 34.1 | 17.99 | - |
| YUV | 158.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 106 | 0 | 0.40 | 0.53 | 0.12 | 14.12 | 0.66 | 0.65 |
| Hex | E1 | 86 | 6A | 0 | 28 | 35 | C | E | 42 | 41 |
| Octal | 341 | 206 | 152 | 0 | 50 | 65 | 14 | 16 | 102 | 101 |
| Binary | 11100001 | 10000110 | 1101010 | 0 | 101000 | 110101 | 1100 | 1110 | 1000010 | 1000001 |
Color Harmonies of #E1866A
Complementary color
Monochromatic Colors of #E1866A
Black with #E1866A
Text Example
Text Example
White with #E1866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1866A; }
p { color: rgb(225,134,106); }
H1.HeaderClassName
{
color: #E1866A;
}
.AnyTagClassName
{
color: #E1866A;
}
</style>
background-color css
<style>
a { background-color: #E1866A; }
a { background-color: rgb(225,134,106); }
div.DivClassName
{
background-color: #E1866A;
}
.BgClassName
{
background-color: #E1866A;
}
</style>
border-color css
<style>
span { border-color: #E1866A; }
span { border-color: rgb(225,134,106); }
td.TdClassName
{
border-color: #E1866A;
}
.TagClassName
{
border-color: #E1866A;
}
</style>