Shades of Copper #E2986C
Tints of Copper #E2986C
RGB
CMYK
RGB Variations
Color information
#E2986C (or 0xE2986C) is known color: Copper. HEX triplet: E2, 98 and 6C. RGB value is (226,152,108). Sum of RGB (Red+Green+Blue) = 226+152+108=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2986C is #1D6793. Grayscale: #A9A9A9. Windows color (decimal): -1927060 or 7117026. OLE color: 7117026.
HSL color Cylindrical-coordinate representation of color #E2986C: hue angle of 22.37º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2986C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 108 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.11 |
| HSL | 22.37º | 0.67% | 0.65% | - |
| HSV(B) | 22.37º | 0.52% | 0.89% | - |
| XYZ | 45.3 | 39.71 | 19.46 | - |
| YUV | 169.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 108 | 0 | 0.33 | 0.52 | 0.11 | 22.37 | 0.67 | 0.65 |
| Hex | E2 | 98 | 6C | 0 | 21 | 34 | B | 16 | 43 | 41 |
| Octal | 342 | 230 | 154 | 0 | 41 | 64 | 13 | 26 | 103 | 101 |
| Binary | 11100010 | 10011000 | 1101100 | 0 | 100001 | 110100 | 1011 | 10110 | 1000011 | 1000001 |
Color Harmonies of #E2986C
Complementary color
Monochromatic Colors of #E2986C
Black with #E2986C
Text Example
Text Example
White with #E2986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2986C; }
p { color: rgb(226,152,108); }
H1.HeaderClassName
{
color: #E2986C;
}
.AnyTagClassName
{
color: #E2986C;
}
</style>
background-color css
<style>
a { background-color: #E2986C; }
a { background-color: rgb(226,152,108); }
div.DivClassName
{
background-color: #E2986C;
}
.BgClassName
{
background-color: #E2986C;
}
</style>
border-color css
<style>
span { border-color: #E2986C; }
span { border-color: rgb(226,152,108); }
td.TdClassName
{
border-color: #E2986C;
}
.TagClassName
{
border-color: #E2986C;
}
</style>