Shades of Copper #E58066
Tints of Copper #E58066
RGB
CMYK
RGB Variations
Color information
#E58066 (or 0xE58066) is known color: Copper. HEX triplet: E5, 80 and 66. RGB value is (229,128,102). Sum of RGB (Red+Green+Blue) = 229+128+102=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E58066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58066 is #1A7F99. Grayscale: #9B9B9B. Windows color (decimal): -1736602 or 6717669. OLE color: 6717669.
HSL color Cylindrical-coordinate representation of color #E58066: hue angle of 12.28º 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 #E58066 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 102 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.10 |
| HSL | 12.28º | 0.71% | 0.65% | - |
| HSV(B) | 12.28º | 0.55% | 0.9% | - |
| XYZ | 42.43 | 33.06 | 16.71 | - |
| YUV | 155.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 102 | 0 | 0.44 | 0.55 | 0.10 | 12.28 | 0.71 | 0.65 |
| Hex | E5 | 80 | 66 | 0 | 2C | 37 | A | C | 47 | 41 |
| Octal | 345 | 200 | 146 | 0 | 54 | 67 | 12 | 14 | 107 | 101 |
| Binary | 11100101 | 10000000 | 1100110 | 0 | 101100 | 110111 | 1010 | 1100 | 1000111 | 1000001 |
Color Harmonies of #E58066
Complementary color
Monochromatic Colors of #E58066
Black with #E58066
Text Example
Text Example
White with #E58066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58066; }
p { color: rgb(229,128,102); }
H1.HeaderClassName
{
color: #E58066;
}
.AnyTagClassName
{
color: #E58066;
}
</style>
background-color css
<style>
a { background-color: #E58066; }
a { background-color: rgb(229,128,102); }
div.DivClassName
{
background-color: #E58066;
}
.BgClassName
{
background-color: #E58066;
}
</style>
border-color css
<style>
span { border-color: #E58066; }
span { border-color: rgb(229,128,102); }
td.TdClassName
{
border-color: #E58066;
}
.TagClassName
{
border-color: #E58066;
}
</style>