Shades of Copper #E68463
Tints of Copper #E68463
RGB
CMYK
RGB Variations
Color information
#E68463 (or 0xE68463) is known color: Copper. HEX triplet: E6, 84 and 63. RGB value is (230,132,99). Sum of RGB (Red+Green+Blue) = 230+132+99=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E68463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68463 is #197B9C. Grayscale: #9D9D9D. Windows color (decimal): -1670045 or 6522086. OLE color: 6522086.
HSL color Cylindrical-coordinate representation of color #E68463: hue angle of 15.11º 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 #E68463 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 99 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.10 |
| HSL | 15.11º | 0.72% | 0.65% | - |
| HSV(B) | 15.11º | 0.57% | 0.9% | - |
| XYZ | 43.14 | 34.23 | 16.14 | - |
| YUV | 157.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 99 | 0 | 0.43 | 0.57 | 0.10 | 15.11 | 0.72 | 0.65 |
| Hex | E6 | 84 | 63 | 0 | 2B | 39 | A | F | 48 | 41 |
| Octal | 346 | 204 | 143 | 0 | 53 | 71 | 12 | 17 | 110 | 101 |
| Binary | 11100110 | 10000100 | 1100011 | 0 | 101011 | 111001 | 1010 | 1111 | 1001000 | 1000001 |
Color Harmonies of #E68463
Complementary color
Monochromatic Colors of #E68463
Black with #E68463
Text Example
Text Example
White with #E68463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68463; }
p { color: rgb(230,132,99); }
H1.HeaderClassName
{
color: #E68463;
}
.AnyTagClassName
{
color: #E68463;
}
</style>
background-color css
<style>
a { background-color: #E68463; }
a { background-color: rgb(230,132,99); }
div.DivClassName
{
background-color: #E68463;
}
.BgClassName
{
background-color: #E68463;
}
</style>
border-color css
<style>
span { border-color: #E68463; }
span { border-color: rgb(230,132,99); }
td.TdClassName
{
border-color: #E68463;
}
.TagClassName
{
border-color: #E68463;
}
</style>