Shades of Copper #E68664
Tints of Copper #E68664
RGB
CMYK
RGB Variations
Color information
#E68664 (or 0xE68664) is known color: Copper. HEX triplet: E6, 86 and 64. RGB value is (230,134,100). Sum of RGB (Red+Green+Blue) = 230+134+100=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E68664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68664 is #19799B. Grayscale: #9F9F9F. Windows color (decimal): -1669532 or 6588134. OLE color: 6588134.
HSL color Cylindrical-coordinate representation of color #E68664: hue angle of 15.69º 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 #E68664 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 100 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.10 |
| HSL | 15.69º | 0.72% | 0.65% | - |
| HSV(B) | 15.69º | 0.57% | 0.9% | - |
| XYZ | 43.46 | 34.79 | 16.48 | - |
| YUV | 158.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 100 | 0 | 0.42 | 0.57 | 0.10 | 15.69 | 0.72 | 0.65 |
| Hex | E6 | 86 | 64 | 0 | 2A | 39 | A | 10 | 48 | 41 |
| Octal | 346 | 206 | 144 | 0 | 52 | 71 | 12 | 20 | 110 | 101 |
| Binary | 11100110 | 10000110 | 1100100 | 0 | 101010 | 111001 | 1010 | 10000 | 1001000 | 1000001 |
Color Harmonies of #E68664
Complementary color
Monochromatic Colors of #E68664
Black with #E68664
Text Example
Text Example
White with #E68664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68664; }
p { color: rgb(230,134,100); }
H1.HeaderClassName
{
color: #E68664;
}
.AnyTagClassName
{
color: #E68664;
}
</style>
background-color css
<style>
a { background-color: #E68664; }
a { background-color: rgb(230,134,100); }
div.DivClassName
{
background-color: #E68664;
}
.BgClassName
{
background-color: #E68664;
}
</style>
border-color css
<style>
span { border-color: #E68664; }
span { border-color: rgb(230,134,100); }
td.TdClassName
{
border-color: #E68664;
}
.TagClassName
{
border-color: #E68664;
}
</style>