Shades of Copper #E2946A
Tints of Copper #E2946A
RGB
CMYK
RGB Variations
Color information
#E2946A (or 0xE2946A) is known color: Copper. HEX triplet: E2, 94 and 6A. RGB value is (226,148,106). Sum of RGB (Red+Green+Blue) = 226+148+106=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2946A is #1D6B95. Grayscale: #A6A6A6. Windows color (decimal): -1928086 or 6984930. OLE color: 6984930.
HSL color Cylindrical-coordinate representation of color #E2946A: hue angle of 21º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2946A is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 106 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.11 |
| HSL | 21º | 0.67% | 0.65% | - |
| HSV(B) | 21º | 0.53% | 0.89% | - |
| XYZ | 44.56 | 38.39 | 18.7 | - |
| YUV | 166.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 106 | 0 | 0.35 | 0.53 | 0.11 | 21 | 0.67 | 0.65 |
| Hex | E2 | 94 | 6A | 0 | 23 | 35 | B | 15 | 43 | 41 |
| Octal | 342 | 224 | 152 | 0 | 43 | 65 | 13 | 25 | 103 | 101 |
| Binary | 11100010 | 10010100 | 1101010 | 0 | 100011 | 110101 | 1011 | 10101 | 1000011 | 1000001 |
Color Harmonies of #E2946A
Complementary color
Monochromatic Colors of #E2946A
Black with #E2946A
Text Example
Text Example
White with #E2946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2946A; }
p { color: rgb(226,148,106); }
H1.HeaderClassName
{
color: #E2946A;
}
.AnyTagClassName
{
color: #E2946A;
}
</style>
background-color css
<style>
a { background-color: #E2946A; }
a { background-color: rgb(226,148,106); }
div.DivClassName
{
background-color: #E2946A;
}
.BgClassName
{
background-color: #E2946A;
}
</style>
border-color css
<style>
span { border-color: #E2946A; }
span { border-color: rgb(226,148,106); }
td.TdClassName
{
border-color: #E2946A;
}
.TagClassName
{
border-color: #E2946A;
}
</style>