Shades of Copper #E1855A
Tints of Copper #E1855A
RGB
CMYK
RGB Variations
Color information
#E1855A (or 0xE1855A) is known color: Copper. HEX triplet: E1, 85 and 5A. RGB value is (225,133,90). Sum of RGB (Red+Green+Blue) = 225+133+90=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1855A is #1E7AA5. Grayscale: #9B9B9B. Windows color (decimal): -1997478 or 5932513. OLE color: 5932513.
HSL color Cylindrical-coordinate representation of color #E1855A: hue angle of 19.11º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1855A is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 90 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.12 |
| HSL | 19.11º | 0.69% | 0.62% | - |
| HSV(B) | 19.11º | 0.6% | 0.88% | - |
| XYZ | 41.28 | 33.52 | 13.97 | - |
| YUV | 155.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 90 | 0 | 0.41 | 0.60 | 0.12 | 19.11 | 0.69 | 0.62 |
| Hex | E1 | 85 | 5A | 0 | 29 | 3C | C | 13 | 45 | 3E |
| Octal | 341 | 205 | 132 | 0 | 51 | 74 | 14 | 23 | 105 | 76 |
| Binary | 11100001 | 10000101 | 1011010 | 0 | 101001 | 111100 | 1100 | 10011 | 1000101 | 111110 |
Color Harmonies of #E1855A
Complementary color
Monochromatic Colors of #E1855A
Black with #E1855A
Text Example
Text Example
White with #E1855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1855A; }
p { color: rgb(225,133,90); }
H1.HeaderClassName
{
color: #E1855A;
}
.AnyTagClassName
{
color: #E1855A;
}
</style>
background-color css
<style>
a { background-color: #E1855A; }
a { background-color: rgb(225,133,90); }
div.DivClassName
{
background-color: #E1855A;
}
.BgClassName
{
background-color: #E1855A;
}
</style>
border-color css
<style>
span { border-color: #E1855A; }
span { border-color: rgb(225,133,90); }
td.TdClassName
{
border-color: #E1855A;
}
.TagClassName
{
border-color: #E1855A;
}
</style>