Shades of Copper #E1966E
Tints of Copper #E1966E
RGB
CMYK
RGB Variations
Color information
#E1966E (or 0xE1966E) is known color: Copper. HEX triplet: E1, 96 and 6E. RGB value is (225,150,110). Sum of RGB (Red+Green+Blue) = 225+150+110=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1966E is #1E6991. Grayscale: #A8A8A8. Windows color (decimal): -1993106 or 7247585. OLE color: 7247585.
HSL color Cylindrical-coordinate representation of color #E1966E: hue angle of 20.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1966E is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 110 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.12 |
| HSL | 20.87º | 0.66% | 0.66% | - |
| HSV(B) | 20.87º | 0.51% | 0.88% | - |
| XYZ | 44.77 | 38.95 | 19.91 | - |
| YUV | 167.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 110 | 0 | 0.33 | 0.51 | 0.12 | 20.87 | 0.66 | 0.66 |
| Hex | E1 | 96 | 6E | 0 | 21 | 33 | C | 15 | 42 | 42 |
| Octal | 341 | 226 | 156 | 0 | 41 | 63 | 14 | 25 | 102 | 102 |
| Binary | 11100001 | 10010110 | 1101110 | 0 | 100001 | 110011 | 1100 | 10101 | 1000010 | 1000010 |
Color Harmonies of #E1966E
Complementary color
Monochromatic Colors of #E1966E
Black with #E1966E
Text Example
Text Example
White with #E1966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1966E; }
p { color: rgb(225,150,110); }
H1.HeaderClassName
{
color: #E1966E;
}
.AnyTagClassName
{
color: #E1966E;
}
</style>
background-color css
<style>
a { background-color: #E1966E; }
a { background-color: rgb(225,150,110); }
div.DivClassName
{
background-color: #E1966E;
}
.BgClassName
{
background-color: #E1966E;
}
</style>
border-color css
<style>
span { border-color: #E1966E; }
span { border-color: rgb(225,150,110); }
td.TdClassName
{
border-color: #E1966E;
}
.TagClassName
{
border-color: #E1966E;
}
</style>