Shades of Copper #E59066
Tints of Copper #E59066
RGB
CMYK
RGB Variations
Color information
#E59066 (or 0xE59066) is known color: Copper. HEX triplet: E5, 90 and 66. RGB value is (229,144,102). Sum of RGB (Red+Green+Blue) = 229+144+102=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E59066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59066 is #1A6F99. Grayscale: #A4A4A4. Windows color (decimal): -1732506 or 6721765. OLE color: 6721765.
HSL color Cylindrical-coordinate representation of color #E59066: hue angle of 19.84º 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 #E59066 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 102 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.10 |
| HSL | 19.84º | 0.71% | 0.65% | - |
| HSV(B) | 19.84º | 0.55% | 0.9% | - |
| XYZ | 44.68 | 37.56 | 17.47 | - |
| YUV | 164.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 102 | 0 | 0.37 | 0.55 | 0.10 | 19.84 | 0.71 | 0.65 |
| Hex | E5 | 90 | 66 | 0 | 25 | 37 | A | 14 | 47 | 41 |
| Octal | 345 | 220 | 146 | 0 | 45 | 67 | 12 | 24 | 107 | 101 |
| Binary | 11100101 | 10010000 | 1100110 | 0 | 100101 | 110111 | 1010 | 10100 | 1000111 | 1000001 |
Color Harmonies of #E59066
Complementary color
Monochromatic Colors of #E59066
Black with #E59066
Text Example
Text Example
White with #E59066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59066; }
p { color: rgb(229,144,102); }
H1.HeaderClassName
{
color: #E59066;
}
.AnyTagClassName
{
color: #E59066;
}
</style>
background-color css
<style>
a { background-color: #E59066; }
a { background-color: rgb(229,144,102); }
div.DivClassName
{
background-color: #E59066;
}
.BgClassName
{
background-color: #E59066;
}
</style>
border-color css
<style>
span { border-color: #E59066; }
span { border-color: rgb(229,144,102); }
td.TdClassName
{
border-color: #E59066;
}
.TagClassName
{
border-color: #E59066;
}
</style>