Shades of Copper #E58464
Tints of Copper #E58464
RGB
CMYK
RGB Variations
Color information
#E58464 (or 0xE58464) is known color: Copper. HEX triplet: E5, 84 and 64. RGB value is (229,132,100). Sum of RGB (Red+Green+Blue) = 229+132+100=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E58464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58464 is #1A7B9B. Grayscale: #9D9D9D. Windows color (decimal): -1735580 or 6587621. OLE color: 6587621.
HSL color Cylindrical-coordinate representation of color #E58464: hue angle of 14.88º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E58464 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 100 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.10 |
| HSL | 14.88º | 0.71% | 0.65% | - |
| HSV(B) | 14.88º | 0.56% | 0.9% | - |
| XYZ | 42.86 | 34.08 | 16.38 | - |
| YUV | 157.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 100 | 0 | 0.42 | 0.56 | 0.10 | 14.88 | 0.71 | 0.65 |
| Hex | E5 | 84 | 64 | 0 | 2A | 38 | A | F | 47 | 41 |
| Octal | 345 | 204 | 144 | 0 | 52 | 70 | 12 | 17 | 107 | 101 |
| Binary | 11100101 | 10000100 | 1100100 | 0 | 101010 | 111000 | 1010 | 1111 | 1000111 | 1000001 |
Color Harmonies of #E58464
Complementary color
Monochromatic Colors of #E58464
Black with #E58464
Text Example
Text Example
White with #E58464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58464; }
p { color: rgb(229,132,100); }
H1.HeaderClassName
{
color: #E58464;
}
.AnyTagClassName
{
color: #E58464;
}
</style>
background-color css
<style>
a { background-color: #E58464; }
a { background-color: rgb(229,132,100); }
div.DivClassName
{
background-color: #E58464;
}
.BgClassName
{
background-color: #E58464;
}
</style>
border-color css
<style>
span { border-color: #E58464; }
span { border-color: rgb(229,132,100); }
td.TdClassName
{
border-color: #E58464;
}
.TagClassName
{
border-color: #E58464;
}
</style>