Shades of Copper #E3936C
Tints of Copper #E3936C
RGB
CMYK
RGB Variations
Color information
#E3936C (or 0xE3936C) is known color: Copper. HEX triplet: E3, 93 and 6C. RGB value is (227,147,108). Sum of RGB (Red+Green+Blue) = 227+147+108=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E3936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3936C is #1C6C93. Grayscale: #A6A6A6. Windows color (decimal): -1862804 or 7115747. OLE color: 7115747.
HSL color Cylindrical-coordinate representation of color #E3936C: hue angle of 19.66º 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 #E3936C is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 108 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.11 |
| HSL | 19.66º | 0.68% | 0.66% | - |
| HSV(B) | 19.66º | 0.52% | 0.89% | - |
| XYZ | 44.82 | 38.28 | 19.21 | - |
| YUV | 166.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 108 | 0 | 0.35 | 0.52 | 0.11 | 19.66 | 0.68 | 0.66 |
| Hex | E3 | 93 | 6C | 0 | 23 | 34 | B | 14 | 44 | 42 |
| Octal | 343 | 223 | 154 | 0 | 43 | 64 | 13 | 24 | 104 | 102 |
| Binary | 11100011 | 10010011 | 1101100 | 0 | 100011 | 110100 | 1011 | 10100 | 1000100 | 1000010 |
Color Harmonies of #E3936C
Complementary color
Monochromatic Colors of #E3936C
Black with #E3936C
Text Example
Text Example
White with #E3936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3936C; }
p { color: rgb(227,147,108); }
H1.HeaderClassName
{
color: #E3936C;
}
.AnyTagClassName
{
color: #E3936C;
}
</style>
background-color css
<style>
a { background-color: #E3936C; }
a { background-color: rgb(227,147,108); }
div.DivClassName
{
background-color: #E3936C;
}
.BgClassName
{
background-color: #E3936C;
}
</style>
border-color css
<style>
span { border-color: #E3936C; }
span { border-color: rgb(227,147,108); }
td.TdClassName
{
border-color: #E3936C;
}
.TagClassName
{
border-color: #E3936C;
}
</style>