Shades of Copper #E68E65
Tints of Copper #E68E65
RGB
CMYK
RGB Variations
Color information
#E68E65 (or 0xE68E65) is known color: Copper. HEX triplet: E6, 8E and 65. RGB value is (230,142,101). Sum of RGB (Red+Green+Blue) = 230+142+101=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E65 is #19719A. Grayscale: #A3A3A3. Windows color (decimal): -1667483 or 6655718. OLE color: 6655718.
HSL color Cylindrical-coordinate representation of color #E68E65: hue angle of 19.07º 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 #E68E65 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 101 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.10 |
| HSL | 19.07º | 0.72% | 0.65% | - |
| HSV(B) | 19.07º | 0.56% | 0.9% | - |
| XYZ | 44.66 | 37.11 | 17.12 | - |
| YUV | 163.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 101 | 0 | 0.38 | 0.56 | 0.10 | 19.07 | 0.72 | 0.65 |
| Hex | E6 | 8E | 65 | 0 | 26 | 38 | A | 13 | 48 | 41 |
| Octal | 346 | 216 | 145 | 0 | 46 | 70 | 12 | 23 | 110 | 101 |
| Binary | 11100110 | 10001110 | 1100101 | 0 | 100110 | 111000 | 1010 | 10011 | 1001000 | 1000001 |
Color Harmonies of #E68E65
Complementary color
Monochromatic Colors of #E68E65
Black with #E68E65
Text Example
Text Example
White with #E68E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E65; }
p { color: rgb(230,142,101); }
H1.HeaderClassName
{
color: #E68E65;
}
.AnyTagClassName
{
color: #E68E65;
}
</style>
background-color css
<style>
a { background-color: #E68E65; }
a { background-color: rgb(230,142,101); }
div.DivClassName
{
background-color: #E68E65;
}
.BgClassName
{
background-color: #E68E65;
}
</style>
border-color css
<style>
span { border-color: #E68E65; }
span { border-color: rgb(230,142,101); }
td.TdClassName
{
border-color: #E68E65;
}
.TagClassName
{
border-color: #E68E65;
}
</style>