Shades of Copper #E1966C
Tints of Copper #E1966C
RGB
CMYK
RGB Variations
Color information
#E1966C (or 0xE1966C) is known color: Copper. HEX triplet: E1, 96 and 6C. RGB value is (225,150,108). Sum of RGB (Red+Green+Blue) = 225+150+108=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1966C is #1E6993. Grayscale: #A7A7A7. Windows color (decimal): -1993108 or 7116513. OLE color: 7116513.
HSL color Cylindrical-coordinate representation of color #E1966C: hue angle of 21.54º 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 #E1966C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 108 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.12 |
| HSL | 21.54º | 0.66% | 0.65% | - |
| HSV(B) | 21.54º | 0.52% | 0.88% | - |
| XYZ | 44.66 | 38.9 | 19.34 | - |
| YUV | 167.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 108 | 0 | 0.33 | 0.52 | 0.12 | 21.54 | 0.66 | 0.65 |
| Hex | E1 | 96 | 6C | 0 | 21 | 34 | C | 16 | 42 | 41 |
| Octal | 341 | 226 | 154 | 0 | 41 | 64 | 14 | 26 | 102 | 101 |
| Binary | 11100001 | 10010110 | 1101100 | 0 | 100001 | 110100 | 1100 | 10110 | 1000010 | 1000001 |
Color Harmonies of #E1966C
Complementary color
Monochromatic Colors of #E1966C
Black with #E1966C
Text Example
Text Example
White with #E1966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1966C; }
p { color: rgb(225,150,108); }
H1.HeaderClassName
{
color: #E1966C;
}
.AnyTagClassName
{
color: #E1966C;
}
</style>
background-color css
<style>
a { background-color: #E1966C; }
a { background-color: rgb(225,150,108); }
div.DivClassName
{
background-color: #E1966C;
}
.BgClassName
{
background-color: #E1966C;
}
</style>
border-color css
<style>
span { border-color: #E1966C; }
span { border-color: rgb(225,150,108); }
td.TdClassName
{
border-color: #E1966C;
}
.TagClassName
{
border-color: #E1966C;
}
</style>