Shades of Copper #E68E62
Tints of Copper #E68E62
RGB
CMYK
RGB Variations
Color information
#E68E62 (or 0xE68E62) is known color: Copper. HEX triplet: E6, 8E and 62. RGB value is (230,142,98). Sum of RGB (Red+Green+Blue) = 230+142+98=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E62 is #19719D. Grayscale: #A3A3A3. Windows color (decimal): -1667486 or 6459110. OLE color: 6459110.
HSL color Cylindrical-coordinate representation of color #E68E62: hue angle of 20º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E68E62 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 98 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.10 |
| HSL | 20º | 0.73% | 0.64% | - |
| HSV(B) | 20º | 0.57% | 0.9% | - |
| XYZ | 44.51 | 37.05 | 16.36 | - |
| YUV | 163.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 98 | 0 | 0.38 | 0.57 | 0.10 | 20 | 0.73 | 0.64 |
| Hex | E6 | 8E | 62 | 0 | 26 | 39 | A | 14 | 49 | 40 |
| Octal | 346 | 216 | 142 | 0 | 46 | 71 | 12 | 24 | 111 | 100 |
| Binary | 11100110 | 10001110 | 1100010 | 0 | 100110 | 111001 | 1010 | 10100 | 1001001 | 1000000 |
Color Harmonies of #E68E62
Complementary color
Monochromatic Colors of #E68E62
Black with #E68E62
Text Example
Text Example
White with #E68E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E62; }
p { color: rgb(230,142,98); }
H1.HeaderClassName
{
color: #E68E62;
}
.AnyTagClassName
{
color: #E68E62;
}
</style>
background-color css
<style>
a { background-color: #E68E62; }
a { background-color: rgb(230,142,98); }
div.DivClassName
{
background-color: #E68E62;
}
.BgClassName
{
background-color: #E68E62;
}
</style>
border-color css
<style>
span { border-color: #E68E62; }
span { border-color: rgb(230,142,98); }
td.TdClassName
{
border-color: #E68E62;
}
.TagClassName
{
border-color: #E68E62;
}
</style>