Shades of Copper #E3936D
Tints of Copper #E3936D
RGB
CMYK
RGB Variations
Color information
#E3936D (or 0xE3936D) is known color: Copper. HEX triplet: E3, 93 and 6D. RGB value is (227,147,109). Sum of RGB (Red+Green+Blue) = 227+147+109=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E3936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3936D is #1C6C92. Grayscale: #A6A6A6. Windows color (decimal): -1862803 or 7181283. OLE color: 7181283.
HSL color Cylindrical-coordinate representation of color #E3936D: hue angle of 19.32º degrees, saturation: 0.68, 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 #E3936D is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 109 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.11 |
| HSL | 19.32º | 0.68% | 0.66% | - |
| HSV(B) | 19.32º | 0.52% | 0.89% | - |
| XYZ | 44.87 | 38.3 | 19.5 | - |
| YUV | 166.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 109 | 0 | 0.35 | 0.52 | 0.11 | 19.32 | 0.68 | 0.66 |
| Hex | E3 | 93 | 6D | 0 | 23 | 34 | B | 13 | 44 | 42 |
| Octal | 343 | 223 | 155 | 0 | 43 | 64 | 13 | 23 | 104 | 102 |
| Binary | 11100011 | 10010011 | 1101101 | 0 | 100011 | 110100 | 1011 | 10011 | 1000100 | 1000010 |
Color Harmonies of #E3936D
Complementary color
Monochromatic Colors of #E3936D
Black with #E3936D
Text Example
Text Example
White with #E3936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3936D; }
p { color: rgb(227,147,109); }
H1.HeaderClassName
{
color: #E3936D;
}
.AnyTagClassName
{
color: #E3936D;
}
</style>
background-color css
<style>
a { background-color: #E3936D; }
a { background-color: rgb(227,147,109); }
div.DivClassName
{
background-color: #E3936D;
}
.BgClassName
{
background-color: #E3936D;
}
</style>
border-color css
<style>
span { border-color: #E3936D; }
span { border-color: rgb(227,147,109); }
td.TdClassName
{
border-color: #E3936D;
}
.TagClassName
{
border-color: #E3936D;
}
</style>