Shades of Copper #E3916B
Tints of Copper #E3916B
RGB
CMYK
RGB Variations
Color information
#E3916B (or 0xE3916B) is known color: Copper. HEX triplet: E3, 91 and 6B. RGB value is (227,145,107). Sum of RGB (Red+Green+Blue) = 227+145+107=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E3916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3916B is #1C6E94. Grayscale: #A5A5A5. Windows color (decimal): -1863317 or 7049699. OLE color: 7049699.
HSL color Cylindrical-coordinate representation of color #E3916B: hue angle of 19º degrees, saturation: 0.68, 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 #E3916B is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 145 | 107 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.11 |
| HSL | 19º | 0.68% | 0.65% | - |
| HSV(B) | 19º | 0.53% | 0.89% | - |
| XYZ | 44.46 | 37.64 | 18.83 | - |
| YUV | 165.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 145 | 107 | 0 | 0.36 | 0.53 | 0.11 | 19 | 0.68 | 0.65 |
| Hex | E3 | 91 | 6B | 0 | 24 | 35 | B | 13 | 44 | 41 |
| Octal | 343 | 221 | 153 | 0 | 44 | 65 | 13 | 23 | 104 | 101 |
| Binary | 11100011 | 10010001 | 1101011 | 0 | 100100 | 110101 | 1011 | 10011 | 1000100 | 1000001 |
Color Harmonies of #E3916B
Complementary color
Monochromatic Colors of #E3916B
Black with #E3916B
Text Example
Text Example
White with #E3916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3916B; }
p { color: rgb(227,145,107); }
H1.HeaderClassName
{
color: #E3916B;
}
.AnyTagClassName
{
color: #E3916B;
}
</style>
background-color css
<style>
a { background-color: #E3916B; }
a { background-color: rgb(227,145,107); }
div.DivClassName
{
background-color: #E3916B;
}
.BgClassName
{
background-color: #E3916B;
}
</style>
border-color css
<style>
span { border-color: #E3916B; }
span { border-color: rgb(227,145,107); }
td.TdClassName
{
border-color: #E3916B;
}
.TagClassName
{
border-color: #E3916B;
}
</style>