Shades of Copper #E1886A
Tints of Copper #E1886A
RGB
CMYK
RGB Variations
Color information
#E1886A (or 0xE1886A) is known color: Copper. HEX triplet: E1, 88 and 6A. RGB value is (225,136,106). Sum of RGB (Red+Green+Blue) = 225+136+106=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1886A is #1E7795. Grayscale: #9F9F9F. Windows color (decimal): -1996694 or 6981857. OLE color: 6981857.
HSL color Cylindrical-coordinate representation of color #E1886A: hue angle of 15.13º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1886A is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 106 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.12 |
| HSL | 15.13º | 0.66% | 0.65% | - |
| HSV(B) | 15.13º | 0.53% | 0.88% | - |
| XYZ | 42.46 | 34.66 | 18.09 | - |
| YUV | 159.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 106 | 0 | 0.40 | 0.53 | 0.12 | 15.13 | 0.66 | 0.65 |
| Hex | E1 | 88 | 6A | 0 | 28 | 35 | C | F | 42 | 41 |
| Octal | 341 | 210 | 152 | 0 | 50 | 65 | 14 | 17 | 102 | 101 |
| Binary | 11100001 | 10001000 | 1101010 | 0 | 101000 | 110101 | 1100 | 1111 | 1000010 | 1000001 |
Color Harmonies of #E1886A
Complementary color
Monochromatic Colors of #E1886A
Black with #E1886A
Text Example
Text Example
White with #E1886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1886A; }
p { color: rgb(225,136,106); }
H1.HeaderClassName
{
color: #E1886A;
}
.AnyTagClassName
{
color: #E1886A;
}
</style>
background-color css
<style>
a { background-color: #E1886A; }
a { background-color: rgb(225,136,106); }
div.DivClassName
{
background-color: #E1886A;
}
.BgClassName
{
background-color: #E1886A;
}
</style>
border-color css
<style>
span { border-color: #E1886A; }
span { border-color: rgb(225,136,106); }
td.TdClassName
{
border-color: #E1886A;
}
.TagClassName
{
border-color: #E1886A;
}
</style>