Shades of Copper #E58A5C
Tints of Copper #E58A5C
RGB
CMYK
RGB Variations
Color information
#E58A5C (or 0xE58A5C) is known color: Copper. HEX triplet: E5, 8A and 5C. RGB value is (229,138,92). Sum of RGB (Red+Green+Blue) = 229+138+92=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A5C is #1A75A3. Grayscale: #A0A0A0. Windows color (decimal): -1734052 or 6064869. OLE color: 6064869.
HSL color Cylindrical-coordinate representation of color #E58A5C: hue angle of 20.15º 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 #E58A5C is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 92 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.10 |
| HSL | 20.15º | 0.72% | 0.63% | - |
| HSV(B) | 20.15º | 0.6% | 0.9% | - |
| XYZ | 43.33 | 35.61 | 14.71 | - |
| YUV | 159.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 92 | 0 | 0.40 | 0.60 | 0.10 | 20.15 | 0.72 | 0.63 |
| Hex | E5 | 8A | 5C | 0 | 28 | 3C | A | 14 | 48 | 3F |
| Octal | 345 | 212 | 134 | 0 | 50 | 74 | 12 | 24 | 110 | 77 |
| Binary | 11100101 | 10001010 | 1011100 | 0 | 101000 | 111100 | 1010 | 10100 | 1001000 | 111111 |
Color Harmonies of #E58A5C
Complementary color
Monochromatic Colors of #E58A5C
Black with #E58A5C
Text Example
Text Example
White with #E58A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A5C; }
p { color: rgb(229,138,92); }
H1.HeaderClassName
{
color: #E58A5C;
}
.AnyTagClassName
{
color: #E58A5C;
}
</style>
background-color css
<style>
a { background-color: #E58A5C; }
a { background-color: rgb(229,138,92); }
div.DivClassName
{
background-color: #E58A5C;
}
.BgClassName
{
background-color: #E58A5C;
}
</style>
border-color css
<style>
span { border-color: #E58A5C; }
span { border-color: rgb(229,138,92); }
td.TdClassName
{
border-color: #E58A5C;
}
.TagClassName
{
border-color: #E58A5C;
}
</style>