Shades of Copper #E39566
Tints of Copper #E39566
RGB
CMYK
RGB Variations
Color information
#E39566 (or 0xE39566) is known color: Copper. HEX triplet: E3, 95 and 66. RGB value is (227,149,102). Sum of RGB (Red+Green+Blue) = 227+149+102=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E39566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39566 is #1C6A99. Grayscale: #A7A7A7. Windows color (decimal): -1862298 or 6723043. OLE color: 6723043.
HSL color Cylindrical-coordinate representation of color #E39566: hue angle of 22.56º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E39566 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 102 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.11 |
| HSL | 22.56º | 0.69% | 0.65% | - |
| HSV(B) | 22.56º | 0.55% | 0.89% | - |
| XYZ | 44.82 | 38.79 | 17.69 | - |
| YUV | 166.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 102 | 0 | 0.34 | 0.55 | 0.11 | 22.56 | 0.69 | 0.65 |
| Hex | E3 | 95 | 66 | 0 | 22 | 37 | B | 17 | 45 | 41 |
| Octal | 343 | 225 | 146 | 0 | 42 | 67 | 13 | 27 | 105 | 101 |
| Binary | 11100011 | 10010101 | 1100110 | 0 | 100010 | 110111 | 1011 | 10111 | 1000101 | 1000001 |
Color Harmonies of #E39566
Complementary color
Monochromatic Colors of #E39566
Black with #E39566
Text Example
Text Example
White with #E39566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39566; }
p { color: rgb(227,149,102); }
H1.HeaderClassName
{
color: #E39566;
}
.AnyTagClassName
{
color: #E39566;
}
</style>
background-color css
<style>
a { background-color: #E39566; }
a { background-color: rgb(227,149,102); }
div.DivClassName
{
background-color: #E39566;
}
.BgClassName
{
background-color: #E39566;
}
</style>
border-color css
<style>
span { border-color: #E39566; }
span { border-color: rgb(227,149,102); }
td.TdClassName
{
border-color: #E39566;
}
.TagClassName
{
border-color: #E39566;
}
</style>