Shades of Copper #E0986D
Tints of Copper #E0986D
RGB
CMYK
RGB Variations
Color information
#E0986D (or 0xE0986D) is known color: Copper. HEX triplet: E0, 98 and 6D. RGB value is (224,152,109). Sum of RGB (Red+Green+Blue) = 224+152+109=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0986D is #1F6792. Grayscale: #A8A8A8. Windows color (decimal): -2058131 or 7182560. OLE color: 7182560.
HSL color Cylindrical-coordinate representation of color #E0986D: hue angle of 22.43º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0986D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 109 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.12 |
| HSL | 22.43º | 0.65% | 0.65% | - |
| HSV(B) | 22.43º | 0.51% | 0.88% | - |
| XYZ | 44.73 | 39.41 | 19.72 | - |
| YUV | 168.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 109 | 0 | 0.32 | 0.51 | 0.12 | 22.43 | 0.65 | 0.65 |
| Hex | E0 | 98 | 6D | 0 | 20 | 33 | C | 16 | 41 | 41 |
| Octal | 340 | 230 | 155 | 0 | 40 | 63 | 14 | 26 | 101 | 101 |
| Binary | 11100000 | 10011000 | 1101101 | 0 | 100000 | 110011 | 1100 | 10110 | 1000001 | 1000001 |
Color Harmonies of #E0986D
Complementary color
Monochromatic Colors of #E0986D
Black with #E0986D
Text Example
Text Example
White with #E0986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0986D; }
p { color: rgb(224,152,109); }
H1.HeaderClassName
{
color: #E0986D;
}
.AnyTagClassName
{
color: #E0986D;
}
</style>
background-color css
<style>
a { background-color: #E0986D; }
a { background-color: rgb(224,152,109); }
div.DivClassName
{
background-color: #E0986D;
}
.BgClassName
{
background-color: #E0986D;
}
</style>
border-color css
<style>
span { border-color: #E0986D; }
span { border-color: rgb(224,152,109); }
td.TdClassName
{
border-color: #E0986D;
}
.TagClassName
{
border-color: #E0986D;
}
</style>