Shades of Copper #E1835C
Tints of Copper #E1835C
RGB
CMYK
RGB Variations
Color information
#E1835C (or 0xE1835C) is known color: Copper. HEX triplet: E1, 83 and 5C. RGB value is (225,131,92). Sum of RGB (Red+Green+Blue) = 225+131+92=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1835C is #1E7CA3. Grayscale: #9A9A9A. Windows color (decimal): -1997988 or 6063073. OLE color: 6063073.
HSL color Cylindrical-coordinate representation of color #E1835C: hue angle of 17.59º 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 #E1835C is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 92 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.12 |
| HSL | 17.59º | 0.69% | 0.62% | - |
| HSV(B) | 17.59º | 0.59% | 0.88% | - |
| XYZ | 41.1 | 33.01 | 14.33 | - |
| YUV | 154.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 92 | 0 | 0.42 | 0.59 | 0.12 | 17.59 | 0.69 | 0.62 |
| Hex | E1 | 83 | 5C | 0 | 2A | 3B | C | 12 | 45 | 3E |
| Octal | 341 | 203 | 134 | 0 | 52 | 73 | 14 | 22 | 105 | 76 |
| Binary | 11100001 | 10000011 | 1011100 | 0 | 101010 | 111011 | 1100 | 10010 | 1000101 | 111110 |
Color Harmonies of #E1835C
Complementary color
Monochromatic Colors of #E1835C
Black with #E1835C
Text Example
Text Example
White with #E1835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1835C; }
p { color: rgb(225,131,92); }
H1.HeaderClassName
{
color: #E1835C;
}
.AnyTagClassName
{
color: #E1835C;
}
</style>
background-color css
<style>
a { background-color: #E1835C; }
a { background-color: rgb(225,131,92); }
div.DivClassName
{
background-color: #E1835C;
}
.BgClassName
{
background-color: #E1835C;
}
</style>
border-color css
<style>
span { border-color: #E1835C; }
span { border-color: rgb(225,131,92); }
td.TdClassName
{
border-color: #E1835C;
}
.TagClassName
{
border-color: #E1835C;
}
</style>