Shades of Copper #E0986E
Tints of Copper #E0986E
RGB
CMYK
RGB Variations
Color information
#E0986E (or 0xE0986E) is known color: Copper. HEX triplet: E0, 98 and 6E. RGB value is (224,152,110). Sum of RGB (Red+Green+Blue) = 224+152+110=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0986E is #1F6791. Grayscale: #A8A8A8. Windows color (decimal): -2058130 or 7248096. OLE color: 7248096.
HSL color Cylindrical-coordinate representation of color #E0986E: hue angle of 22.11º 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 #E0986E is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 110 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.12 |
| HSL | 22.11º | 0.65% | 0.65% | - |
| HSV(B) | 22.11º | 0.51% | 0.88% | - |
| XYZ | 44.78 | 39.43 | 20 | - |
| YUV | 168.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 110 | 0 | 0.32 | 0.51 | 0.12 | 22.11 | 0.65 | 0.65 |
| Hex | E0 | 98 | 6E | 0 | 20 | 33 | C | 16 | 41 | 41 |
| Octal | 340 | 230 | 156 | 0 | 40 | 63 | 14 | 26 | 101 | 101 |
| Binary | 11100000 | 10011000 | 1101110 | 0 | 100000 | 110011 | 1100 | 10110 | 1000001 | 1000001 |
Color Harmonies of #E0986E
Complementary color
Monochromatic Colors of #E0986E
Black with #E0986E
Text Example
Text Example
White with #E0986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0986E; }
p { color: rgb(224,152,110); }
H1.HeaderClassName
{
color: #E0986E;
}
.AnyTagClassName
{
color: #E0986E;
}
</style>
background-color css
<style>
a { background-color: #E0986E; }
a { background-color: rgb(224,152,110); }
div.DivClassName
{
background-color: #E0986E;
}
.BgClassName
{
background-color: #E0986E;
}
</style>
border-color css
<style>
span { border-color: #E0986E; }
span { border-color: rgb(224,152,110); }
td.TdClassName
{
border-color: #E0986E;
}
.TagClassName
{
border-color: #E0986E;
}
</style>