Shades of Copper #E2946D
Tints of Copper #E2946D
RGB
CMYK
RGB Variations
Color information
#E2946D (or 0xE2946D) is known color: Copper. HEX triplet: E2, 94 and 6D. RGB value is (226,148,109). Sum of RGB (Red+Green+Blue) = 226+148+109=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2946D is #1D6B92. Grayscale: #A7A7A7. Windows color (decimal): -1928083 or 7181538. OLE color: 7181538.
HSL color Cylindrical-coordinate representation of color #E2946D: hue angle of 20º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2946D is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 109 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.11 |
| HSL | 20º | 0.67% | 0.66% | - |
| HSV(B) | 20º | 0.52% | 0.89% | - |
| XYZ | 44.71 | 38.45 | 19.53 | - |
| YUV | 166.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 109 | 0 | 0.35 | 0.52 | 0.11 | 20 | 0.67 | 0.66 |
| Hex | E2 | 94 | 6D | 0 | 23 | 34 | B | 14 | 43 | 42 |
| Octal | 342 | 224 | 155 | 0 | 43 | 64 | 13 | 24 | 103 | 102 |
| Binary | 11100010 | 10010100 | 1101101 | 0 | 100011 | 110100 | 1011 | 10100 | 1000011 | 1000010 |
Color Harmonies of #E2946D
Complementary color
Monochromatic Colors of #E2946D
Black with #E2946D
Text Example
Text Example
White with #E2946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2946D; }
p { color: rgb(226,148,109); }
H1.HeaderClassName
{
color: #E2946D;
}
.AnyTagClassName
{
color: #E2946D;
}
</style>
background-color css
<style>
a { background-color: #E2946D; }
a { background-color: rgb(226,148,109); }
div.DivClassName
{
background-color: #E2946D;
}
.BgClassName
{
background-color: #E2946D;
}
</style>
border-color css
<style>
span { border-color: #E2946D; }
span { border-color: rgb(226,148,109); }
td.TdClassName
{
border-color: #E2946D;
}
.TagClassName
{
border-color: #E2946D;
}
</style>