Shades of Copper #E68465
Tints of Copper #E68465
RGB
CMYK
RGB Variations
Color information
#E68465 (or 0xE68465) is known color: Copper. HEX triplet: E6, 84 and 65. RGB value is (230,132,101). Sum of RGB (Red+Green+Blue) = 230+132+101=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E68465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68465 is #197B9A. Grayscale: #9D9D9D. Windows color (decimal): -1670043 or 6653158. OLE color: 6653158.
HSL color Cylindrical-coordinate representation of color #E68465: hue angle of 14.42º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E68465 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 101 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.10 |
| HSL | 14.42º | 0.72% | 0.65% | - |
| HSV(B) | 14.42º | 0.56% | 0.9% | - |
| XYZ | 43.23 | 34.27 | 16.65 | - |
| YUV | 157.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 101 | 0 | 0.43 | 0.56 | 0.10 | 14.42 | 0.72 | 0.65 |
| Hex | E6 | 84 | 65 | 0 | 2B | 38 | A | E | 48 | 41 |
| Octal | 346 | 204 | 145 | 0 | 53 | 70 | 12 | 16 | 110 | 101 |
| Binary | 11100110 | 10000100 | 1100101 | 0 | 101011 | 111000 | 1010 | 1110 | 1001000 | 1000001 |
Color Harmonies of #E68465
Complementary color
Monochromatic Colors of #E68465
Black with #E68465
Text Example
Text Example
White with #E68465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68465; }
p { color: rgb(230,132,101); }
H1.HeaderClassName
{
color: #E68465;
}
.AnyTagClassName
{
color: #E68465;
}
</style>
background-color css
<style>
a { background-color: #E68465; }
a { background-color: rgb(230,132,101); }
div.DivClassName
{
background-color: #E68465;
}
.BgClassName
{
background-color: #E68465;
}
</style>
border-color css
<style>
span { border-color: #E68465; }
span { border-color: rgb(230,132,101); }
td.TdClassName
{
border-color: #E68465;
}
.TagClassName
{
border-color: #E68465;
}
</style>