Shades of Copper #E1845B
Tints of Copper #E1845B
RGB
CMYK
RGB Variations
Color information
#E1845B (or 0xE1845B) is known color: Copper. HEX triplet: E1, 84 and 5B. RGB value is (225,132,91). Sum of RGB (Red+Green+Blue) = 225+132+91=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1845B is #1E7BA4. Grayscale: #9B9B9B. Windows color (decimal): -1997733 or 5997793. OLE color: 5997793.
HSL color Cylindrical-coordinate representation of color #E1845B: hue angle of 18.36º 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 #E1845B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 91 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.12 |
| HSL | 18.36º | 0.69% | 0.62% | - |
| HSV(B) | 18.36º | 0.6% | 0.88% | - |
| XYZ | 41.19 | 33.27 | 14.15 | - |
| YUV | 155.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 91 | 0 | 0.41 | 0.60 | 0.12 | 18.36 | 0.69 | 0.62 |
| Hex | E1 | 84 | 5B | 0 | 29 | 3C | C | 12 | 45 | 3E |
| Octal | 341 | 204 | 133 | 0 | 51 | 74 | 14 | 22 | 105 | 76 |
| Binary | 11100001 | 10000100 | 1011011 | 0 | 101001 | 111100 | 1100 | 10010 | 1000101 | 111110 |
Color Harmonies of #E1845B
Complementary color
Monochromatic Colors of #E1845B
Black with #E1845B
Text Example
Text Example
White with #E1845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1845B; }
p { color: rgb(225,132,91); }
H1.HeaderClassName
{
color: #E1845B;
}
.AnyTagClassName
{
color: #E1845B;
}
</style>
background-color css
<style>
a { background-color: #E1845B; }
a { background-color: rgb(225,132,91); }
div.DivClassName
{
background-color: #E1845B;
}
.BgClassName
{
background-color: #E1845B;
}
</style>
border-color css
<style>
span { border-color: #E1845B; }
span { border-color: rgb(225,132,91); }
td.TdClassName
{
border-color: #E1845B;
}
.TagClassName
{
border-color: #E1845B;
}
</style>