Shades of Copper #E5845C
Tints of Copper #E5845C
RGB
CMYK
RGB Variations
Color information
#E5845C (or 0xE5845C) is known color: Copper. HEX triplet: E5, 84 and 5C. RGB value is (229,132,92). Sum of RGB (Red+Green+Blue) = 229+132+92=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5845C is #1A7BA3. Grayscale: #9C9C9C. Windows color (decimal): -1735588 or 6063333. OLE color: 6063333.
HSL color Cylindrical-coordinate representation of color #E5845C: hue angle of 17.52º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5845C is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 92 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.10 |
| HSL | 17.52º | 0.72% | 0.63% | - |
| HSV(B) | 17.52º | 0.6% | 0.9% | - |
| XYZ | 42.5 | 33.93 | 14.44 | - |
| YUV | 156.44 | 91.64 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 92 | 0 | 0.42 | 0.60 | 0.10 | 17.52 | 0.72 | 0.63 |
| Hex | E5 | 84 | 5C | 0 | 2A | 3C | A | 12 | 48 | 3F |
| Octal | 345 | 204 | 134 | 0 | 52 | 74 | 12 | 22 | 110 | 77 |
| Binary | 11100101 | 10000100 | 1011100 | 0 | 101010 | 111100 | 1010 | 10010 | 1001000 | 111111 |
Color Harmonies of #E5845C
Complementary color
Monochromatic Colors of #E5845C
Black with #E5845C
Text Example
Text Example
White with #E5845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5845C; }
p { color: rgb(229,132,92); }
H1.HeaderClassName
{
color: #E5845C;
}
.AnyTagClassName
{
color: #E5845C;
}
</style>
background-color css
<style>
a { background-color: #E5845C; }
a { background-color: rgb(229,132,92); }
div.DivClassName
{
background-color: #E5845C;
}
.BgClassName
{
background-color: #E5845C;
}
</style>
border-color css
<style>
span { border-color: #E5845C; }
span { border-color: rgb(229,132,92); }
td.TdClassName
{
border-color: #E5845C;
}
.TagClassName
{
border-color: #E5845C;
}
</style>