Shades of Copper #E2996C
Tints of Copper #E2996C
RGB
CMYK
RGB Variations
Color information
#E2996C (or 0xE2996C) is known color: Copper. HEX triplet: E2, 99 and 6C. RGB value is (226,153,108). Sum of RGB (Red+Green+Blue) = 226+153+108=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2996C is #1D6693. Grayscale: #A9A9A9. Windows color (decimal): -1926804 or 7117282. OLE color: 7117282.
HSL color Cylindrical-coordinate representation of color #E2996C: hue angle of 22.88º 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 #E2996C is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 108 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.11 |
| HSL | 22.88º | 0.67% | 0.65% | - |
| HSV(B) | 22.88º | 0.52% | 0.89% | - |
| XYZ | 45.46 | 40.03 | 19.52 | - |
| YUV | 169.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 108 | 0 | 0.32 | 0.52 | 0.11 | 22.88 | 0.67 | 0.65 |
| Hex | E2 | 99 | 6C | 0 | 20 | 34 | B | 17 | 43 | 41 |
| Octal | 342 | 231 | 154 | 0 | 40 | 64 | 13 | 27 | 103 | 101 |
| Binary | 11100010 | 10011001 | 1101100 | 0 | 100000 | 110100 | 1011 | 10111 | 1000011 | 1000001 |
Color Harmonies of #E2996C
Complementary color
Monochromatic Colors of #E2996C
Black with #E2996C
Text Example
Text Example
White with #E2996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2996C; }
p { color: rgb(226,153,108); }
H1.HeaderClassName
{
color: #E2996C;
}
.AnyTagClassName
{
color: #E2996C;
}
</style>
background-color css
<style>
a { background-color: #E2996C; }
a { background-color: rgb(226,153,108); }
div.DivClassName
{
background-color: #E2996C;
}
.BgClassName
{
background-color: #E2996C;
}
</style>
border-color css
<style>
span { border-color: #E2996C; }
span { border-color: rgb(226,153,108); }
td.TdClassName
{
border-color: #E2996C;
}
.TagClassName
{
border-color: #E2996C;
}
</style>