Shades of Copper #E58E5C
Tints of Copper #E58E5C
RGB
CMYK
RGB Variations
Color information
#E58E5C (or 0xE58E5C) is known color: Copper. HEX triplet: E5, 8E and 5C. RGB value is (229,142,92). Sum of RGB (Red+Green+Blue) = 229+142+92=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58E5C is #1A71A3. Grayscale: #A2A2A2. Windows color (decimal): -1733028 or 6065893. OLE color: 6065893.
HSL color Cylindrical-coordinate representation of color #E58E5C: hue angle of 21.9º 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 #E58E5C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 92 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.10 |
| HSL | 21.9º | 0.72% | 0.63% | - |
| HSV(B) | 21.9º | 0.6% | 0.9% | - |
| XYZ | 43.92 | 36.78 | 14.91 | - |
| YUV | 162.31 | 88.32 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 92 | 0 | 0.38 | 0.60 | 0.10 | 21.9 | 0.72 | 0.63 |
| Hex | E5 | 8E | 5C | 0 | 26 | 3C | A | 16 | 48 | 3F |
| Octal | 345 | 216 | 134 | 0 | 46 | 74 | 12 | 26 | 110 | 77 |
| Binary | 11100101 | 10001110 | 1011100 | 0 | 100110 | 111100 | 1010 | 10110 | 1001000 | 111111 |
Color Harmonies of #E58E5C
Complementary color
Monochromatic Colors of #E58E5C
Black with #E58E5C
Text Example
Text Example
White with #E58E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E5C; }
p { color: rgb(229,142,92); }
H1.HeaderClassName
{
color: #E58E5C;
}
.AnyTagClassName
{
color: #E58E5C;
}
</style>
background-color css
<style>
a { background-color: #E58E5C; }
a { background-color: rgb(229,142,92); }
div.DivClassName
{
background-color: #E58E5C;
}
.BgClassName
{
background-color: #E58E5C;
}
</style>
border-color css
<style>
span { border-color: #E58E5C; }
span { border-color: rgb(229,142,92); }
td.TdClassName
{
border-color: #E58E5C;
}
.TagClassName
{
border-color: #E58E5C;
}
</style>