Shades of Copper #E58564
Tints of Copper #E58564
RGB
CMYK
RGB Variations
Color information
#E58564 (or 0xE58564) is known color: Copper. HEX triplet: E5, 85 and 64. RGB value is (229,133,100). Sum of RGB (Red+Green+Blue) = 229+133+100=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E58564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58564 is #1A7A9B. Grayscale: #9E9E9E. Windows color (decimal): -1735324 or 6587877. OLE color: 6587877.
HSL color Cylindrical-coordinate representation of color #E58564: hue angle of 15.35º 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 #E58564 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 100 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.10 |
| HSL | 15.35º | 0.71% | 0.65% | - |
| HSV(B) | 15.35º | 0.56% | 0.9% | - |
| XYZ | 43 | 34.35 | 16.42 | - |
| YUV | 157.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 100 | 0 | 0.42 | 0.56 | 0.10 | 15.35 | 0.71 | 0.65 |
| Hex | E5 | 85 | 64 | 0 | 2A | 38 | A | F | 47 | 41 |
| Octal | 345 | 205 | 144 | 0 | 52 | 70 | 12 | 17 | 107 | 101 |
| Binary | 11100101 | 10000101 | 1100100 | 0 | 101010 | 111000 | 1010 | 1111 | 1000111 | 1000001 |
Color Harmonies of #E58564
Complementary color
Monochromatic Colors of #E58564
Black with #E58564
Text Example
Text Example
White with #E58564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58564; }
p { color: rgb(229,133,100); }
H1.HeaderClassName
{
color: #E58564;
}
.AnyTagClassName
{
color: #E58564;
}
</style>
background-color css
<style>
a { background-color: #E58564; }
a { background-color: rgb(229,133,100); }
div.DivClassName
{
background-color: #E58564;
}
.BgClassName
{
background-color: #E58564;
}
</style>
border-color css
<style>
span { border-color: #E58564; }
span { border-color: rgb(229,133,100); }
td.TdClassName
{
border-color: #E58564;
}
.TagClassName
{
border-color: #E58564;
}
</style>