Shades of Copper #E88963
Tints of Copper #E88963
RGB
CMYK
RGB Variations
Color information
#E88963 (or 0xE88963) is known color: Copper. HEX triplet: E8, 89 and 63. RGB value is (232,137,99). Sum of RGB (Red+Green+Blue) = 232+137+99=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E88963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88963 is #17769C. Grayscale: #A1A1A1. Windows color (decimal): -1537693 or 6523368. OLE color: 6523368.
HSL color Cylindrical-coordinate representation of color #E88963: hue angle of 17.14º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E88963 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 137 | 99 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.09 |
| HSL | 17.14º | 0.74% | 0.65% | - |
| HSV(B) | 17.14º | 0.57% | 0.91% | - |
| XYZ | 44.48 | 35.95 | 16.4 | - |
| YUV | 161.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 137 | 99 | 0 | 0.41 | 0.57 | 0.09 | 17.14 | 0.74 | 0.65 |
| Hex | E8 | 89 | 63 | 0 | 29 | 39 | 9 | 11 | 4A | 41 |
| Octal | 350 | 211 | 143 | 0 | 51 | 71 | 11 | 21 | 112 | 101 |
| Binary | 11101000 | 10001001 | 1100011 | 0 | 101001 | 111001 | 1001 | 10001 | 1001010 | 1000001 |
Color Harmonies of #E88963
Complementary color
Monochromatic Colors of #E88963
Black with #E88963
Text Example
Text Example
White with #E88963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88963; }
p { color: rgb(232,137,99); }
H1.HeaderClassName
{
color: #E88963;
}
.AnyTagClassName
{
color: #E88963;
}
</style>
background-color css
<style>
a { background-color: #E88963; }
a { background-color: rgb(232,137,99); }
div.DivClassName
{
background-color: #E88963;
}
.BgClassName
{
background-color: #E88963;
}
</style>
border-color css
<style>
span { border-color: #E88963; }
span { border-color: rgb(232,137,99); }
td.TdClassName
{
border-color: #E88963;
}
.TagClassName
{
border-color: #E88963;
}
</style>