Shades of Copper #E1885C
Tints of Copper #E1885C
RGB
CMYK
RGB Variations
Color information
#E1885C (or 0xE1885C) is known color: Copper. HEX triplet: E1, 88 and 5C. RGB value is (225,136,92). Sum of RGB (Red+Green+Blue) = 225+136+92=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1885C is #1E77A3. Grayscale: #9D9D9D. Windows color (decimal): -1996708 or 6064353. OLE color: 6064353.
HSL color Cylindrical-coordinate representation of color #E1885C: hue angle of 19.85º 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 #E1885C is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 92 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.12 |
| HSL | 19.85º | 0.69% | 0.62% | - |
| HSV(B) | 19.85º | 0.59% | 0.88% | - |
| XYZ | 41.79 | 34.39 | 14.56 | - |
| YUV | 157.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 92 | 0 | 0.40 | 0.59 | 0.12 | 19.85 | 0.69 | 0.62 |
| Hex | E1 | 88 | 5C | 0 | 28 | 3B | C | 14 | 45 | 3E |
| Octal | 341 | 210 | 134 | 0 | 50 | 73 | 14 | 24 | 105 | 76 |
| Binary | 11100001 | 10001000 | 1011100 | 0 | 101000 | 111011 | 1100 | 10100 | 1000101 | 111110 |
Color Harmonies of #E1885C
Complementary color
Monochromatic Colors of #E1885C
Black with #E1885C
Text Example
Text Example
White with #E1885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1885C; }
p { color: rgb(225,136,92); }
H1.HeaderClassName
{
color: #E1885C;
}
.AnyTagClassName
{
color: #E1885C;
}
</style>
background-color css
<style>
a { background-color: #E1885C; }
a { background-color: rgb(225,136,92); }
div.DivClassName
{
background-color: #E1885C;
}
.BgClassName
{
background-color: #E1885C;
}
</style>
border-color css
<style>
span { border-color: #E1885C; }
span { border-color: rgb(225,136,92); }
td.TdClassName
{
border-color: #E1885C;
}
.TagClassName
{
border-color: #E1885C;
}
</style>