Shades of Copper #E2936D
Tints of Copper #E2936D
RGB
CMYK
RGB Variations
Color information
#E2936D (or 0xE2936D) is known color: Copper. HEX triplet: E2, 93 and 6D. RGB value is (226,147,109). Sum of RGB (Red+Green+Blue) = 226+147+109=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2936D is #1D6C92. Grayscale: #A6A6A6. Windows color (decimal): -1928339 or 7181282. OLE color: 7181282.
HSL color Cylindrical-coordinate representation of color #E2936D: hue angle of 19.49º 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 #E2936D is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 109 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.11 |
| HSL | 19.49º | 0.67% | 0.66% | - |
| HSV(B) | 19.49º | 0.52% | 0.89% | - |
| XYZ | 44.56 | 38.14 | 19.48 | - |
| YUV | 166.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 109 | 0 | 0.35 | 0.52 | 0.11 | 19.49 | 0.67 | 0.66 |
| Hex | E2 | 93 | 6D | 0 | 23 | 34 | B | 13 | 43 | 42 |
| Octal | 342 | 223 | 155 | 0 | 43 | 64 | 13 | 23 | 103 | 102 |
| Binary | 11100010 | 10010011 | 1101101 | 0 | 100011 | 110100 | 1011 | 10011 | 1000011 | 1000010 |
Color Harmonies of #E2936D
Complementary color
Monochromatic Colors of #E2936D
Black with #E2936D
Text Example
Text Example
White with #E2936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2936D; }
p { color: rgb(226,147,109); }
H1.HeaderClassName
{
color: #E2936D;
}
.AnyTagClassName
{
color: #E2936D;
}
</style>
background-color css
<style>
a { background-color: #E2936D; }
a { background-color: rgb(226,147,109); }
div.DivClassName
{
background-color: #E2936D;
}
.BgClassName
{
background-color: #E2936D;
}
</style>
border-color css
<style>
span { border-color: #E2936D; }
span { border-color: rgb(226,147,109); }
td.TdClassName
{
border-color: #E2936D;
}
.TagClassName
{
border-color: #E2936D;
}
</style>