Shades of Copper #E1966A
Tints of Copper #E1966A
RGB
CMYK
RGB Variations
Color information
#E1966A (or 0xE1966A) is known color: Copper. HEX triplet: E1, 96 and 6A. RGB value is (225,150,106). Sum of RGB (Red+Green+Blue) = 225+150+106=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1966A is #1E6995. Grayscale: #A7A7A7. Windows color (decimal): -1993110 or 6985441. OLE color: 6985441.
HSL color Cylindrical-coordinate representation of color #E1966A: hue angle of 22.18º 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 #E1966A is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 106 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.12 |
| HSL | 22.18º | 0.66% | 0.65% | - |
| HSV(B) | 22.18º | 0.53% | 0.88% | - |
| XYZ | 44.56 | 38.86 | 18.79 | - |
| YUV | 167.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 106 | 0 | 0.33 | 0.53 | 0.12 | 22.18 | 0.66 | 0.65 |
| Hex | E1 | 96 | 6A | 0 | 21 | 35 | C | 16 | 42 | 41 |
| Octal | 341 | 226 | 152 | 0 | 41 | 65 | 14 | 26 | 102 | 101 |
| Binary | 11100001 | 10010110 | 1101010 | 0 | 100001 | 110101 | 1100 | 10110 | 1000010 | 1000001 |
Color Harmonies of #E1966A
Complementary color
Monochromatic Colors of #E1966A
Black with #E1966A
Text Example
Text Example
White with #E1966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1966A; }
p { color: rgb(225,150,106); }
H1.HeaderClassName
{
color: #E1966A;
}
.AnyTagClassName
{
color: #E1966A;
}
</style>
background-color css
<style>
a { background-color: #E1966A; }
a { background-color: rgb(225,150,106); }
div.DivClassName
{
background-color: #E1966A;
}
.BgClassName
{
background-color: #E1966A;
}
</style>
border-color css
<style>
span { border-color: #E1966A; }
span { border-color: rgb(225,150,106); }
td.TdClassName
{
border-color: #E1966A;
}
.TagClassName
{
border-color: #E1966A;
}
</style>