Shades of Copper #E1855E
Tints of Copper #E1855E
RGB
CMYK
RGB Variations
Color information
#E1855E (or 0xE1855E) is known color: Copper. HEX triplet: E1, 85 and 5E. RGB value is (225,133,94). Sum of RGB (Red+Green+Blue) = 225+133+94=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1855E is #1E7AA1. Grayscale: #9C9C9C. Windows color (decimal): -1997474 or 6194657. OLE color: 6194657.
HSL color Cylindrical-coordinate representation of color #E1855E: hue angle of 17.86º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1855E is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 94 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.12 |
| HSL | 17.86º | 0.69% | 0.63% | - |
| HSV(B) | 17.86º | 0.58% | 0.88% | - |
| XYZ | 41.46 | 33.59 | 14.89 | - |
| YUV | 156.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 94 | 0 | 0.41 | 0.58 | 0.12 | 17.86 | 0.69 | 0.63 |
| Hex | E1 | 85 | 5E | 0 | 29 | 3A | C | 12 | 45 | 3F |
| Octal | 341 | 205 | 136 | 0 | 51 | 72 | 14 | 22 | 105 | 77 |
| Binary | 11100001 | 10000101 | 1011110 | 0 | 101001 | 111010 | 1100 | 10010 | 1000101 | 111111 |
Color Harmonies of #E1855E
Complementary color
Monochromatic Colors of #E1855E
Black with #E1855E
Text Example
Text Example
White with #E1855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1855E; }
p { color: rgb(225,133,94); }
H1.HeaderClassName
{
color: #E1855E;
}
.AnyTagClassName
{
color: #E1855E;
}
</style>
background-color css
<style>
a { background-color: #E1855E; }
a { background-color: rgb(225,133,94); }
div.DivClassName
{
background-color: #E1855E;
}
.BgClassName
{
background-color: #E1855E;
}
</style>
border-color css
<style>
span { border-color: #E1855E; }
span { border-color: rgb(225,133,94); }
td.TdClassName
{
border-color: #E1855E;
}
.TagClassName
{
border-color: #E1855E;
}
</style>