Shades of Copper #E3886D
Tints of Copper #E3886D
RGB
CMYK
RGB Variations
Color information
#E3886D (or 0xE3886D) is known color: Copper. HEX triplet: E3, 88 and 6D. RGB value is (227,136,109). Sum of RGB (Red+Green+Blue) = 227+136+109=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E3886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3886D is #1C7792. Grayscale: #A0A0A0. Windows color (decimal): -1865619 or 7178467. OLE color: 7178467.
HSL color Cylindrical-coordinate representation of color #E3886D: hue angle of 13.73º 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 #E3886D is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 109 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.11 |
| HSL | 13.73º | 0.68% | 0.66% | - |
| HSV(B) | 13.73º | 0.52% | 0.89% | - |
| XYZ | 43.24 | 35.04 | 18.95 | - |
| YUV | 160.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 109 | 0 | 0.40 | 0.52 | 0.11 | 13.73 | 0.68 | 0.66 |
| Hex | E3 | 88 | 6D | 0 | 28 | 34 | B | E | 44 | 42 |
| Octal | 343 | 210 | 155 | 0 | 50 | 64 | 13 | 16 | 104 | 102 |
| Binary | 11100011 | 10001000 | 1101101 | 0 | 101000 | 110100 | 1011 | 1110 | 1000100 | 1000010 |
Color Harmonies of #E3886D
Complementary color
Monochromatic Colors of #E3886D
Black with #E3886D
Text Example
Text Example
White with #E3886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3886D; }
p { color: rgb(227,136,109); }
H1.HeaderClassName
{
color: #E3886D;
}
.AnyTagClassName
{
color: #E3886D;
}
</style>
background-color css
<style>
a { background-color: #E3886D; }
a { background-color: rgb(227,136,109); }
div.DivClassName
{
background-color: #E3886D;
}
.BgClassName
{
background-color: #E3886D;
}
</style>
border-color css
<style>
span { border-color: #E3886D; }
span { border-color: rgb(227,136,109); }
td.TdClassName
{
border-color: #E3886D;
}
.TagClassName
{
border-color: #E3886D;
}
</style>