Shades of Copper #E7896C
Tints of Copper #E7896C
RGB
CMYK
RGB Variations
Color information
#E7896C (or 0xE7896C) is known color: Copper. HEX triplet: E7, 89 and 6C. RGB value is (231,137,108). Sum of RGB (Red+Green+Blue) = 231+137+108=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E7896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7896C is #187693. Grayscale: #A2A2A2. Windows color (decimal): -1603220 or 7113191. OLE color: 7113191.
HSL color Cylindrical-coordinate representation of color #E7896C: hue angle of 14.15º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7896C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 137 | 108 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.09 |
| HSL | 14.15º | 0.72% | 0.66% | - |
| HSV(B) | 14.15º | 0.53% | 0.91% | - |
| XYZ | 44.61 | 35.96 | 18.78 | - |
| YUV | 161.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 137 | 108 | 0 | 0.41 | 0.53 | 0.09 | 14.15 | 0.72 | 0.66 |
| Hex | E7 | 89 | 6C | 0 | 29 | 35 | 9 | E | 48 | 42 |
| Octal | 347 | 211 | 154 | 0 | 51 | 65 | 11 | 16 | 110 | 102 |
| Binary | 11100111 | 10001001 | 1101100 | 0 | 101001 | 110101 | 1001 | 1110 | 1001000 | 1000010 |
Color Harmonies of #E7896C
Complementary color
Monochromatic Colors of #E7896C
Black with #E7896C
Text Example
Text Example
White with #E7896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7896C; }
p { color: rgb(231,137,108); }
H1.HeaderClassName
{
color: #E7896C;
}
.AnyTagClassName
{
color: #E7896C;
}
</style>
background-color css
<style>
a { background-color: #E7896C; }
a { background-color: rgb(231,137,108); }
div.DivClassName
{
background-color: #E7896C;
}
.BgClassName
{
background-color: #E7896C;
}
</style>
border-color css
<style>
span { border-color: #E7896C; }
span { border-color: rgb(231,137,108); }
td.TdClassName
{
border-color: #E7896C;
}
.TagClassName
{
border-color: #E7896C;
}
</style>