Shades of Copper #E58466
Tints of Copper #E58466
RGB
CMYK
RGB Variations
Color information
#E58466 (or 0xE58466) is known color: Copper. HEX triplet: E5, 84 and 66. RGB value is (229,132,102). Sum of RGB (Red+Green+Blue) = 229+132+102=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E58466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58466 is #1A7B99. Grayscale: #9D9D9D. Windows color (decimal): -1735578 or 6718693. OLE color: 6718693.
HSL color Cylindrical-coordinate representation of color #E58466: hue angle of 14.17º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E58466 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 102 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.10 |
| HSL | 14.17º | 0.71% | 0.65% | - |
| HSV(B) | 14.17º | 0.55% | 0.9% | - |
| XYZ | 42.96 | 34.12 | 16.89 | - |
| YUV | 157.58 | 96.64 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 102 | 0 | 0.42 | 0.55 | 0.10 | 14.17 | 0.71 | 0.65 |
| Hex | E5 | 84 | 66 | 0 | 2A | 37 | A | E | 47 | 41 |
| Octal | 345 | 204 | 146 | 0 | 52 | 67 | 12 | 16 | 107 | 101 |
| Binary | 11100101 | 10000100 | 1100110 | 0 | 101010 | 110111 | 1010 | 1110 | 1000111 | 1000001 |
Color Harmonies of #E58466
Complementary color
Monochromatic Colors of #E58466
Black with #E58466
Text Example
Text Example
White with #E58466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58466; }
p { color: rgb(229,132,102); }
H1.HeaderClassName
{
color: #E58466;
}
.AnyTagClassName
{
color: #E58466;
}
</style>
background-color css
<style>
a { background-color: #E58466; }
a { background-color: rgb(229,132,102); }
div.DivClassName
{
background-color: #E58466;
}
.BgClassName
{
background-color: #E58466;
}
</style>
border-color css
<style>
span { border-color: #E58466; }
span { border-color: rgb(229,132,102); }
td.TdClassName
{
border-color: #E58466;
}
.TagClassName
{
border-color: #E58466;
}
</style>