Shades of Copper #E68A62
Tints of Copper #E68A62
RGB
CMYK
RGB Variations
Color information
#E68A62 (or 0xE68A62) is known color: Copper. HEX triplet: E6, 8A and 62. RGB value is (230,138,98). Sum of RGB (Red+Green+Blue) = 230+138+98=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A62 is #19759D. Grayscale: #A1A1A1. Windows color (decimal): -1668510 or 6458086. OLE color: 6458086.
HSL color Cylindrical-coordinate representation of color #E68A62: hue angle of 18.18º 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 #E68A62 is Cyan = 0, Magento = 0.4, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 98 | - |
| CMYK | 0 | 0.4 | 0.57 | 0.10 |
| HSL | 18.18º | 0.73% | 0.64% | - |
| HSV(B) | 18.18º | 0.57% | 0.9% | - |
| XYZ | 43.93 | 35.88 | 16.17 | - |
| YUV | 160.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 98 | 0 | 0.4 | 0.57 | 0.10 | 18.18 | 0.73 | 0.64 |
| Hex | E6 | 8A | 62 | 0 | 28 | 39 | A | 12 | 49 | 40 |
| Octal | 346 | 212 | 142 | 0 | 50 | 71 | 12 | 22 | 111 | 100 |
| Binary | 11100110 | 10001010 | 1100010 | 0 | 101000 | 111001 | 1010 | 10010 | 1001001 | 1000000 |
Color Harmonies of #E68A62
Complementary color
Monochromatic Colors of #E68A62
Black with #E68A62
Text Example
Text Example
White with #E68A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A62; }
p { color: rgb(230,138,98); }
H1.HeaderClassName
{
color: #E68A62;
}
.AnyTagClassName
{
color: #E68A62;
}
</style>
background-color css
<style>
a { background-color: #E68A62; }
a { background-color: rgb(230,138,98); }
div.DivClassName
{
background-color: #E68A62;
}
.BgClassName
{
background-color: #E68A62;
}
</style>
border-color css
<style>
span { border-color: #E68A62; }
span { border-color: rgb(230,138,98); }
td.TdClassName
{
border-color: #E68A62;
}
.TagClassName
{
border-color: #E68A62;
}
</style>