Shades of Copper #E1946A
Tints of Copper #E1946A
RGB
CMYK
RGB Variations
Color information
#E1946A (or 0xE1946A) is known color: Copper. HEX triplet: E1, 94 and 6A. RGB value is (225,148,106). Sum of RGB (Red+Green+Blue) = 225+148+106=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1946A is #1E6B95. Grayscale: #A6A6A6. Windows color (decimal): -1993622 or 6984929. OLE color: 6984929.
HSL color Cylindrical-coordinate representation of color #E1946A: hue angle of 21.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 #E1946A is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 106 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.12 |
| HSL | 21.18º | 0.66% | 0.65% | - |
| HSV(B) | 21.18º | 0.53% | 0.88% | - |
| XYZ | 44.24 | 38.23 | 18.68 | - |
| YUV | 166.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 106 | 0 | 0.34 | 0.53 | 0.12 | 21.18 | 0.66 | 0.65 |
| Hex | E1 | 94 | 6A | 0 | 22 | 35 | C | 15 | 42 | 41 |
| Octal | 341 | 224 | 152 | 0 | 42 | 65 | 14 | 25 | 102 | 101 |
| Binary | 11100001 | 10010100 | 1101010 | 0 | 100010 | 110101 | 1100 | 10101 | 1000010 | 1000001 |
Color Harmonies of #E1946A
Complementary color
Monochromatic Colors of #E1946A
Black with #E1946A
Text Example
Text Example
White with #E1946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1946A; }
p { color: rgb(225,148,106); }
H1.HeaderClassName
{
color: #E1946A;
}
.AnyTagClassName
{
color: #E1946A;
}
</style>
background-color css
<style>
a { background-color: #E1946A; }
a { background-color: rgb(225,148,106); }
div.DivClassName
{
background-color: #E1946A;
}
.BgClassName
{
background-color: #E1946A;
}
</style>
border-color css
<style>
span { border-color: #E1946A; }
span { border-color: rgb(225,148,106); }
td.TdClassName
{
border-color: #E1946A;
}
.TagClassName
{
border-color: #E1946A;
}
</style>