Shades of Copper #E1885D
Tints of Copper #E1885D
RGB
CMYK
RGB Variations
Color information
#E1885D (or 0xE1885D) is known color: Copper. HEX triplet: E1, 88 and 5D. RGB value is (225,136,93). Sum of RGB (Red+Green+Blue) = 225+136+93=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1885D is #1E77A2. Grayscale: #9D9D9D. Windows color (decimal): -1996707 or 6129889. OLE color: 6129889.
HSL color Cylindrical-coordinate representation of color #E1885D: hue angle of 19.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1885D is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 93 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.12 |
| HSL | 19.55º | 0.69% | 0.62% | - |
| HSV(B) | 19.55º | 0.59% | 0.88% | - |
| XYZ | 41.83 | 34.41 | 14.79 | - |
| YUV | 157.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 93 | 0 | 0.40 | 0.59 | 0.12 | 19.55 | 0.69 | 0.62 |
| Hex | E1 | 88 | 5D | 0 | 28 | 3B | C | 14 | 45 | 3E |
| Octal | 341 | 210 | 135 | 0 | 50 | 73 | 14 | 24 | 105 | 76 |
| Binary | 11100001 | 10001000 | 1011101 | 0 | 101000 | 111011 | 1100 | 10100 | 1000101 | 111110 |
Color Harmonies of #E1885D
Complementary color
Monochromatic Colors of #E1885D
Black with #E1885D
Text Example
Text Example
White with #E1885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1885D; }
p { color: rgb(225,136,93); }
H1.HeaderClassName
{
color: #E1885D;
}
.AnyTagClassName
{
color: #E1885D;
}
</style>
background-color css
<style>
a { background-color: #E1885D; }
a { background-color: rgb(225,136,93); }
div.DivClassName
{
background-color: #E1885D;
}
.BgClassName
{
background-color: #E1885D;
}
</style>
border-color css
<style>
span { border-color: #E1885D; }
span { border-color: rgb(225,136,93); }
td.TdClassName
{
border-color: #E1885D;
}
.TagClassName
{
border-color: #E1885D;
}
</style>