Shades of Copper #E68762
Tints of Copper #E68762
RGB
CMYK
RGB Variations
Color information
#E68762 (or 0xE68762) is known color: Copper. HEX triplet: E6, 87 and 62. RGB value is (230,135,98). Sum of RGB (Red+Green+Blue) = 230+135+98=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E68762 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68762 is #19789D. Grayscale: #9F9F9F. Windows color (decimal): -1669278 or 6457318. OLE color: 6457318.
HSL color Cylindrical-coordinate representation of color #E68762: hue angle of 16.82º 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 #E68762 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 98 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.10 |
| HSL | 16.82º | 0.73% | 0.64% | - |
| HSV(B) | 16.82º | 0.57% | 0.9% | - |
| XYZ | 43.5 | 35.03 | 16.02 | - |
| YUV | 159.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 98 | 0 | 0.41 | 0.57 | 0.10 | 16.82 | 0.73 | 0.64 |
| Hex | E6 | 87 | 62 | 0 | 29 | 39 | A | 11 | 49 | 40 |
| Octal | 346 | 207 | 142 | 0 | 51 | 71 | 12 | 21 | 111 | 100 |
| Binary | 11100110 | 10000111 | 1100010 | 0 | 101001 | 111001 | 1010 | 10001 | 1001001 | 1000000 |
Color Harmonies of #E68762
Complementary color
Monochromatic Colors of #E68762
Black with #E68762
Text Example
Text Example
White with #E68762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68762; }
p { color: rgb(230,135,98); }
H1.HeaderClassName
{
color: #E68762;
}
.AnyTagClassName
{
color: #E68762;
}
</style>
background-color css
<style>
a { background-color: #E68762; }
a { background-color: rgb(230,135,98); }
div.DivClassName
{
background-color: #E68762;
}
.BgClassName
{
background-color: #E68762;
}
</style>
border-color css
<style>
span { border-color: #E68762; }
span { border-color: rgb(230,135,98); }
td.TdClassName
{
border-color: #E68762;
}
.TagClassName
{
border-color: #E68762;
}
</style>