Shades of Copper #E58A5F
Tints of Copper #E58A5F
RGB
CMYK
RGB Variations
Color information
#E58A5F (or 0xE58A5F) is known color: Copper. HEX triplet: E5, 8A and 5F. RGB value is (229,138,95). Sum of RGB (Red+Green+Blue) = 229+138+95=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A5F is #1A75A0. Grayscale: #A0A0A0. Windows color (decimal): -1734049 or 6261477. OLE color: 6261477.
HSL color Cylindrical-coordinate representation of color #E58A5F: hue angle of 19.25º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E58A5F is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 95 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.10 |
| HSL | 19.25º | 0.72% | 0.64% | - |
| HSV(B) | 19.25º | 0.59% | 0.9% | - |
| XYZ | 43.47 | 35.66 | 15.42 | - |
| YUV | 160.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 95 | 0 | 0.40 | 0.59 | 0.10 | 19.25 | 0.72 | 0.64 |
| Hex | E5 | 8A | 5F | 0 | 28 | 3B | A | 13 | 48 | 40 |
| Octal | 345 | 212 | 137 | 0 | 50 | 73 | 12 | 23 | 110 | 100 |
| Binary | 11100101 | 10001010 | 1011111 | 0 | 101000 | 111011 | 1010 | 10011 | 1001000 | 1000000 |
Color Harmonies of #E58A5F
Complementary color
Monochromatic Colors of #E58A5F
Black with #E58A5F
Text Example
Text Example
White with #E58A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A5F; }
p { color: rgb(229,138,95); }
H1.HeaderClassName
{
color: #E58A5F;
}
.AnyTagClassName
{
color: #E58A5F;
}
</style>
background-color css
<style>
a { background-color: #E58A5F; }
a { background-color: rgb(229,138,95); }
div.DivClassName
{
background-color: #E58A5F;
}
.BgClassName
{
background-color: #E58A5F;
}
</style>
border-color css
<style>
span { border-color: #E58A5F; }
span { border-color: rgb(229,138,95); }
td.TdClassName
{
border-color: #E58A5F;
}
.TagClassName
{
border-color: #E58A5F;
}
</style>