Shades of Copper #E68863
Tints of Copper #E68863
RGB
CMYK
RGB Variations
Color information
#E68863 (or 0xE68863) is known color: Copper. HEX triplet: E6, 88 and 63. RGB value is (230,136,99). Sum of RGB (Red+Green+Blue) = 230+136+99=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E68863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68863 is #19779C. Grayscale: #A0A0A0. Windows color (decimal): -1669021 or 6523110. OLE color: 6523110.
HSL color Cylindrical-coordinate representation of color #E68863: hue angle of 16.95º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E68863 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 99 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.10 |
| HSL | 16.95º | 0.72% | 0.65% | - |
| HSV(B) | 16.95º | 0.57% | 0.9% | - |
| XYZ | 43.69 | 35.33 | 16.32 | - |
| YUV | 159.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 99 | 0 | 0.41 | 0.57 | 0.10 | 16.95 | 0.72 | 0.65 |
| Hex | E6 | 88 | 63 | 0 | 29 | 39 | A | 11 | 48 | 41 |
| Octal | 346 | 210 | 143 | 0 | 51 | 71 | 12 | 21 | 110 | 101 |
| Binary | 11100110 | 10001000 | 1100011 | 0 | 101001 | 111001 | 1010 | 10001 | 1001000 | 1000001 |
Color Harmonies of #E68863
Complementary color
Monochromatic Colors of #E68863
Black with #E68863
Text Example
Text Example
White with #E68863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68863; }
p { color: rgb(230,136,99); }
H1.HeaderClassName
{
color: #E68863;
}
.AnyTagClassName
{
color: #E68863;
}
</style>
background-color css
<style>
a { background-color: #E68863; }
a { background-color: rgb(230,136,99); }
div.DivClassName
{
background-color: #E68863;
}
.BgClassName
{
background-color: #E68863;
}
</style>
border-color css
<style>
span { border-color: #E68863; }
span { border-color: rgb(230,136,99); }
td.TdClassName
{
border-color: #E68863;
}
.TagClassName
{
border-color: #E68863;
}
</style>