Shades of Copper #E2936B
Tints of Copper #E2936B
RGB
CMYK
RGB Variations
Color information
#E2936B (or 0xE2936B) is known color: Copper. HEX triplet: E2, 93 and 6B. RGB value is (226,147,107). Sum of RGB (Red+Green+Blue) = 226+147+107=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2936B is #1D6C94. Grayscale: #A6A6A6. Windows color (decimal): -1928341 or 7050210. OLE color: 7050210.
HSL color Cylindrical-coordinate representation of color #E2936B: hue angle of 20.17º 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 #E2936B is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 107 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.11 |
| HSL | 20.17º | 0.67% | 0.65% | - |
| HSV(B) | 20.17º | 0.53% | 0.89% | - |
| XYZ | 44.45 | 38.1 | 18.92 | - |
| YUV | 166.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 107 | 0 | 0.35 | 0.53 | 0.11 | 20.17 | 0.67 | 0.65 |
| Hex | E2 | 93 | 6B | 0 | 23 | 35 | B | 14 | 43 | 41 |
| Octal | 342 | 223 | 153 | 0 | 43 | 65 | 13 | 24 | 103 | 101 |
| Binary | 11100010 | 10010011 | 1101011 | 0 | 100011 | 110101 | 1011 | 10100 | 1000011 | 1000001 |
Color Harmonies of #E2936B
Complementary color
Monochromatic Colors of #E2936B
Black with #E2936B
Text Example
Text Example
White with #E2936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2936B; }
p { color: rgb(226,147,107); }
H1.HeaderClassName
{
color: #E2936B;
}
.AnyTagClassName
{
color: #E2936B;
}
</style>
background-color css
<style>
a { background-color: #E2936B; }
a { background-color: rgb(226,147,107); }
div.DivClassName
{
background-color: #E2936B;
}
.BgClassName
{
background-color: #E2936B;
}
</style>
border-color css
<style>
span { border-color: #E2936B; }
span { border-color: rgb(226,147,107); }
td.TdClassName
{
border-color: #E2936B;
}
.TagClassName
{
border-color: #E2936B;
}
</style>