Shades of Copper #E1835B
Tints of Copper #E1835B
RGB
CMYK
RGB Variations
Color information
#E1835B (or 0xE1835B) is known color: Copper. HEX triplet: E1, 83 and 5B. RGB value is (225,131,91). Sum of RGB (Red+Green+Blue) = 225+131+91=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1835B is #1E7CA4. Grayscale: #9A9A9A. Windows color (decimal): -1997989 or 5997537. OLE color: 5997537.
HSL color Cylindrical-coordinate representation of color #E1835B: hue angle of 17.91º 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 #E1835B is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 91 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.12 |
| HSL | 17.91º | 0.69% | 0.62% | - |
| HSV(B) | 17.91º | 0.6% | 0.88% | - |
| XYZ | 41.06 | 33 | 14.1 | - |
| YUV | 154.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 91 | 0 | 0.42 | 0.60 | 0.12 | 17.91 | 0.69 | 0.62 |
| Hex | E1 | 83 | 5B | 0 | 2A | 3C | C | 12 | 45 | 3E |
| Octal | 341 | 203 | 133 | 0 | 52 | 74 | 14 | 22 | 105 | 76 |
| Binary | 11100001 | 10000011 | 1011011 | 0 | 101010 | 111100 | 1100 | 10010 | 1000101 | 111110 |
Color Harmonies of #E1835B
Complementary color
Monochromatic Colors of #E1835B
Black with #E1835B
Text Example
Text Example
White with #E1835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1835B; }
p { color: rgb(225,131,91); }
H1.HeaderClassName
{
color: #E1835B;
}
.AnyTagClassName
{
color: #E1835B;
}
</style>
background-color css
<style>
a { background-color: #E1835B; }
a { background-color: rgb(225,131,91); }
div.DivClassName
{
background-color: #E1835B;
}
.BgClassName
{
background-color: #E1835B;
}
</style>
border-color css
<style>
span { border-color: #E1835B; }
span { border-color: rgb(225,131,91); }
td.TdClassName
{
border-color: #E1835B;
}
.TagClassName
{
border-color: #E1835B;
}
</style>