Shades of Copper #E68065
Tints of Copper #E68065
RGB
CMYK
RGB Variations
Color information
#E68065 (or 0xE68065) is known color: Copper. HEX triplet: E6, 80 and 65. RGB value is (230,128,101). Sum of RGB (Red+Green+Blue) = 230+128+101=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E68065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68065 is #197F9A. Grayscale: #9B9B9B. Windows color (decimal): -1671067 or 6652134. OLE color: 6652134.
HSL color Cylindrical-coordinate representation of color #E68065: hue angle of 12.56º 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 #E68065 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 101 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.10 |
| HSL | 12.56º | 0.72% | 0.65% | - |
| HSV(B) | 12.56º | 0.56% | 0.9% | - |
| XYZ | 42.7 | 33.2 | 16.47 | - |
| YUV | 155.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 101 | 0 | 0.44 | 0.56 | 0.10 | 12.56 | 0.72 | 0.65 |
| Hex | E6 | 80 | 65 | 0 | 2C | 38 | A | D | 48 | 41 |
| Octal | 346 | 200 | 145 | 0 | 54 | 70 | 12 | 15 | 110 | 101 |
| Binary | 11100110 | 10000000 | 1100101 | 0 | 101100 | 111000 | 1010 | 1101 | 1001000 | 1000001 |
Color Harmonies of #E68065
Complementary color
Monochromatic Colors of #E68065
Black with #E68065
Text Example
Text Example
White with #E68065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68065; }
p { color: rgb(230,128,101); }
H1.HeaderClassName
{
color: #E68065;
}
.AnyTagClassName
{
color: #E68065;
}
</style>
background-color css
<style>
a { background-color: #E68065; }
a { background-color: rgb(230,128,101); }
div.DivClassName
{
background-color: #E68065;
}
.BgClassName
{
background-color: #E68065;
}
</style>
border-color css
<style>
span { border-color: #E68065; }
span { border-color: rgb(230,128,101); }
td.TdClassName
{
border-color: #E68065;
}
.TagClassName
{
border-color: #E68065;
}
</style>