Shades of Copper #E1855C
Tints of Copper #E1855C
RGB
CMYK
RGB Variations
Color information
#E1855C (or 0xE1855C) is known color: Copper. HEX triplet: E1, 85 and 5C. RGB value is (225,133,92). Sum of RGB (Red+Green+Blue) = 225+133+92=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1855C is #1E7AA3. Grayscale: #9C9C9C. Windows color (decimal): -1997476 or 6063585. OLE color: 6063585.
HSL color Cylindrical-coordinate representation of color #E1855C: hue angle of 18.5º 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 #E1855C is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 92 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.12 |
| HSL | 18.5º | 0.69% | 0.62% | - |
| HSV(B) | 18.5º | 0.59% | 0.88% | - |
| XYZ | 41.37 | 33.56 | 14.42 | - |
| YUV | 155.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 92 | 0 | 0.41 | 0.59 | 0.12 | 18.5 | 0.69 | 0.62 |
| Hex | E1 | 85 | 5C | 0 | 29 | 3B | C | 12 | 45 | 3E |
| Octal | 341 | 205 | 134 | 0 | 51 | 73 | 14 | 22 | 105 | 76 |
| Binary | 11100001 | 10000101 | 1011100 | 0 | 101001 | 111011 | 1100 | 10010 | 1000101 | 111110 |
Color Harmonies of #E1855C
Complementary color
Monochromatic Colors of #E1855C
Black with #E1855C
Text Example
Text Example
White with #E1855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1855C; }
p { color: rgb(225,133,92); }
H1.HeaderClassName
{
color: #E1855C;
}
.AnyTagClassName
{
color: #E1855C;
}
</style>
background-color css
<style>
a { background-color: #E1855C; }
a { background-color: rgb(225,133,92); }
div.DivClassName
{
background-color: #E1855C;
}
.BgClassName
{
background-color: #E1855C;
}
</style>
border-color css
<style>
span { border-color: #E1855C; }
span { border-color: rgb(225,133,92); }
td.TdClassName
{
border-color: #E1855C;
}
.TagClassName
{
border-color: #E1855C;
}
</style>