Shades of Copper #E58364
Tints of Copper #E58364
RGB
CMYK
RGB Variations
Color information
#E58364 (or 0xE58364) is known color: Copper. HEX triplet: E5, 83 and 64. RGB value is (229,131,100). Sum of RGB (Red+Green+Blue) = 229+131+100=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E58364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58364 is #1A7C9B. Grayscale: #9C9C9C. Windows color (decimal): -1735836 or 6587365. OLE color: 6587365.
HSL color Cylindrical-coordinate representation of color #E58364: hue angle of 14.42º 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 #E58364 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 100 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.10 |
| HSL | 14.42º | 0.71% | 0.65% | - |
| HSV(B) | 14.42º | 0.56% | 0.9% | - |
| XYZ | 42.73 | 33.81 | 16.33 | - |
| YUV | 156.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 100 | 0 | 0.43 | 0.56 | 0.10 | 14.42 | 0.71 | 0.65 |
| Hex | E5 | 83 | 64 | 0 | 2B | 38 | A | E | 47 | 41 |
| Octal | 345 | 203 | 144 | 0 | 53 | 70 | 12 | 16 | 107 | 101 |
| Binary | 11100101 | 10000011 | 1100100 | 0 | 101011 | 111000 | 1010 | 1110 | 1000111 | 1000001 |
Color Harmonies of #E58364
Complementary color
Monochromatic Colors of #E58364
Black with #E58364
Text Example
Text Example
White with #E58364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58364; }
p { color: rgb(229,131,100); }
H1.HeaderClassName
{
color: #E58364;
}
.AnyTagClassName
{
color: #E58364;
}
</style>
background-color css
<style>
a { background-color: #E58364; }
a { background-color: rgb(229,131,100); }
div.DivClassName
{
background-color: #E58364;
}
.BgClassName
{
background-color: #E58364;
}
</style>
border-color css
<style>
span { border-color: #E58364; }
span { border-color: rgb(229,131,100); }
td.TdClassName
{
border-color: #E58364;
}
.TagClassName
{
border-color: #E58364;
}
</style>