Shades of Copper #E88761
Tints of Copper #E88761
RGB
CMYK
RGB Variations
Color information
#E88761 (or 0xE88761) is known color: Copper. HEX triplet: E8, 87 and 61. RGB value is (232,135,97). Sum of RGB (Red+Green+Blue) = 232+135+97=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E88761 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88761 is #17789E. Grayscale: #9F9F9F. Windows color (decimal): -1538207 or 6391784. OLE color: 6391784.
HSL color Cylindrical-coordinate representation of color #E88761: hue angle of 16.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E88761 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 135 | 97 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.09 |
| HSL | 16.89º | 0.75% | 0.65% | - |
| HSV(B) | 16.89º | 0.58% | 0.91% | - |
| XYZ | 44.1 | 35.35 | 15.81 | - |
| YUV | 159.67 | 92.64 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 135 | 97 | 0 | 0.42 | 0.58 | 0.09 | 16.89 | 0.75 | 0.65 |
| Hex | E8 | 87 | 61 | 0 | 2A | 3A | 9 | 11 | 4B | 41 |
| Octal | 350 | 207 | 141 | 0 | 52 | 72 | 11 | 21 | 113 | 101 |
| Binary | 11101000 | 10000111 | 1100001 | 0 | 101010 | 111010 | 1001 | 10001 | 1001011 | 1000001 |
Color Harmonies of #E88761
Complementary color
Monochromatic Colors of #E88761
Black with #E88761
Text Example
Text Example
White with #E88761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88761; }
p { color: rgb(232,135,97); }
H1.HeaderClassName
{
color: #E88761;
}
.AnyTagClassName
{
color: #E88761;
}
</style>
background-color css
<style>
a { background-color: #E88761; }
a { background-color: rgb(232,135,97); }
div.DivClassName
{
background-color: #E88761;
}
.BgClassName
{
background-color: #E88761;
}
</style>
border-color css
<style>
span { border-color: #E88761; }
span { border-color: rgb(232,135,97); }
td.TdClassName
{
border-color: #E88761;
}
.TagClassName
{
border-color: #E88761;
}
</style>