Shades of Copper #E88863
Tints of Copper #E88863
RGB
CMYK
RGB Variations
Color information
#E88863 (or 0xE88863) is known color: Copper. HEX triplet: E8, 88 and 63. RGB value is (232,136,99). Sum of RGB (Red+Green+Blue) = 232+136+99=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E88863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88863 is #17779C. Grayscale: #A0A0A0. Windows color (decimal): -1537949 or 6523112. OLE color: 6523112.
HSL color Cylindrical-coordinate representation of color #E88863: hue angle of 16.69º 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 #E88863 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 99 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.09 |
| HSL | 16.69º | 0.74% | 0.65% | - |
| HSV(B) | 16.69º | 0.57% | 0.91% | - |
| XYZ | 44.34 | 35.66 | 16.35 | - |
| YUV | 160.49 | 93.3 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 99 | 0 | 0.41 | 0.57 | 0.09 | 16.69 | 0.74 | 0.65 |
| Hex | E8 | 88 | 63 | 0 | 29 | 39 | 9 | 11 | 4A | 41 |
| Octal | 350 | 210 | 143 | 0 | 51 | 71 | 11 | 21 | 112 | 101 |
| Binary | 11101000 | 10001000 | 1100011 | 0 | 101001 | 111001 | 1001 | 10001 | 1001010 | 1000001 |
Color Harmonies of #E88863
Complementary color
Monochromatic Colors of #E88863
Black with #E88863
Text Example
Text Example
White with #E88863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88863; }
p { color: rgb(232,136,99); }
H1.HeaderClassName
{
color: #E88863;
}
.AnyTagClassName
{
color: #E88863;
}
</style>
background-color css
<style>
a { background-color: #E88863; }
a { background-color: rgb(232,136,99); }
div.DivClassName
{
background-color: #E88863;
}
.BgClassName
{
background-color: #E88863;
}
</style>
border-color css
<style>
span { border-color: #E88863; }
span { border-color: rgb(232,136,99); }
td.TdClassName
{
border-color: #E88863;
}
.TagClassName
{
border-color: #E88863;
}
</style>