Shades of Copper #E68B62
Tints of Copper #E68B62
RGB
CMYK
RGB Variations
Color information
#E68B62 (or 0xE68B62) is known color: Copper. HEX triplet: E6, 8B and 62. RGB value is (230,139,98). Sum of RGB (Red+Green+Blue) = 230+139+98=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B62 is #19749D. Grayscale: #A1A1A1. Windows color (decimal): -1668254 or 6458342. OLE color: 6458342.
HSL color Cylindrical-coordinate representation of color #E68B62: hue angle of 18.64º 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 #E68B62 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 98 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.10 |
| HSL | 18.64º | 0.73% | 0.64% | - |
| HSV(B) | 18.64º | 0.57% | 0.9% | - |
| XYZ | 44.07 | 36.17 | 16.21 | - |
| YUV | 161.54 | 92.15 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 98 | 0 | 0.40 | 0.57 | 0.10 | 18.64 | 0.73 | 0.64 |
| Hex | E6 | 8B | 62 | 0 | 28 | 39 | A | 13 | 49 | 40 |
| Octal | 346 | 213 | 142 | 0 | 50 | 71 | 12 | 23 | 111 | 100 |
| Binary | 11100110 | 10001011 | 1100010 | 0 | 101000 | 111001 | 1010 | 10011 | 1001001 | 1000000 |
Color Harmonies of #E68B62
Complementary color
Monochromatic Colors of #E68B62
Black with #E68B62
Text Example
Text Example
White with #E68B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B62; }
p { color: rgb(230,139,98); }
H1.HeaderClassName
{
color: #E68B62;
}
.AnyTagClassName
{
color: #E68B62;
}
</style>
background-color css
<style>
a { background-color: #E68B62; }
a { background-color: rgb(230,139,98); }
div.DivClassName
{
background-color: #E68B62;
}
.BgClassName
{
background-color: #E68B62;
}
</style>
border-color css
<style>
span { border-color: #E68B62; }
span { border-color: rgb(230,139,98); }
td.TdClassName
{
border-color: #E68B62;
}
.TagClassName
{
border-color: #E68B62;
}
</style>