Shades of Copper #E1855D
Tints of Copper #E1855D
RGB
CMYK
RGB Variations
Color information
#E1855D (or 0xE1855D) is known color: Copper. HEX triplet: E1, 85 and 5D. RGB value is (225,133,93). Sum of RGB (Red+Green+Blue) = 225+133+93=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1855D is #1E7AA2. Grayscale: #9C9C9C. Windows color (decimal): -1997475 or 6129121. OLE color: 6129121.
HSL color Cylindrical-coordinate representation of color #E1855D: hue angle of 18.18º 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 #E1855D is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 93 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.12 |
| HSL | 18.18º | 0.69% | 0.62% | - |
| HSV(B) | 18.18º | 0.59% | 0.88% | - |
| XYZ | 41.41 | 33.57 | 14.65 | - |
| YUV | 155.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 93 | 0 | 0.41 | 0.59 | 0.12 | 18.18 | 0.69 | 0.62 |
| Hex | E1 | 85 | 5D | 0 | 29 | 3B | C | 12 | 45 | 3E |
| Octal | 341 | 205 | 135 | 0 | 51 | 73 | 14 | 22 | 105 | 76 |
| Binary | 11100001 | 10000101 | 1011101 | 0 | 101001 | 111011 | 1100 | 10010 | 1000101 | 111110 |
Color Harmonies of #E1855D
Complementary color
Monochromatic Colors of #E1855D
Black with #E1855D
Text Example
Text Example
White with #E1855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1855D; }
p { color: rgb(225,133,93); }
H1.HeaderClassName
{
color: #E1855D;
}
.AnyTagClassName
{
color: #E1855D;
}
</style>
background-color css
<style>
a { background-color: #E1855D; }
a { background-color: rgb(225,133,93); }
div.DivClassName
{
background-color: #E1855D;
}
.BgClassName
{
background-color: #E1855D;
}
</style>
border-color css
<style>
span { border-color: #E1855D; }
span { border-color: rgb(225,133,93); }
td.TdClassName
{
border-color: #E1855D;
}
.TagClassName
{
border-color: #E1855D;
}
</style>