Shades of Copper #E1825B
Tints of Copper #E1825B
RGB
CMYK
RGB Variations
Color information
#E1825B (or 0xE1825B) is known color: Copper. HEX triplet: E1, 82 and 5B. RGB value is (225,130,91). Sum of RGB (Red+Green+Blue) = 225+130+91=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1825B is #1E7DA4. Grayscale: #9A9A9A. Windows color (decimal): -1998245 or 5997281. OLE color: 5997281.
HSL color Cylindrical-coordinate representation of color #E1825B: hue angle of 17.46º 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 #E1825B is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 91 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.12 |
| HSL | 17.46º | 0.69% | 0.62% | - |
| HSV(B) | 17.46º | 0.6% | 0.88% | - |
| XYZ | 40.92 | 32.73 | 14.06 | - |
| YUV | 153.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 91 | 0 | 0.42 | 0.60 | 0.12 | 17.46 | 0.69 | 0.62 |
| Hex | E1 | 82 | 5B | 0 | 2A | 3C | C | 11 | 45 | 3E |
| Octal | 341 | 202 | 133 | 0 | 52 | 74 | 14 | 21 | 105 | 76 |
| Binary | 11100001 | 10000010 | 1011011 | 0 | 101010 | 111100 | 1100 | 10001 | 1000101 | 111110 |
Color Harmonies of #E1825B
Complementary color
Monochromatic Colors of #E1825B
Black with #E1825B
Text Example
Text Example
White with #E1825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1825B; }
p { color: rgb(225,130,91); }
H1.HeaderClassName
{
color: #E1825B;
}
.AnyTagClassName
{
color: #E1825B;
}
</style>
background-color css
<style>
a { background-color: #E1825B; }
a { background-color: rgb(225,130,91); }
div.DivClassName
{
background-color: #E1825B;
}
.BgClassName
{
background-color: #E1825B;
}
</style>
border-color css
<style>
span { border-color: #E1825B; }
span { border-color: rgb(225,130,91); }
td.TdClassName
{
border-color: #E1825B;
}
.TagClassName
{
border-color: #E1825B;
}
</style>