Shades of Copper #E68961
Tints of Copper #E68961
RGB
CMYK
RGB Variations
Color information
#E68961 (or 0xE68961) is known color: Copper. HEX triplet: E6, 89 and 61. RGB value is (230,137,97). Sum of RGB (Red+Green+Blue) = 230+137+97=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E68961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68961 is #19769E. Grayscale: #A0A0A0. Windows color (decimal): -1668767 or 6392294. OLE color: 6392294.
HSL color Cylindrical-coordinate representation of color #E68961: hue angle of 18.05º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E68961 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 97 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.10 |
| HSL | 18.05º | 0.73% | 0.64% | - |
| HSV(B) | 18.05º | 0.58% | 0.9% | - |
| XYZ | 43.74 | 35.58 | 15.87 | - |
| YUV | 160.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 97 | 0 | 0.40 | 0.58 | 0.10 | 18.05 | 0.73 | 0.64 |
| Hex | E6 | 89 | 61 | 0 | 28 | 3A | A | 12 | 49 | 40 |
| Octal | 346 | 211 | 141 | 0 | 50 | 72 | 12 | 22 | 111 | 100 |
| Binary | 11100110 | 10001001 | 1100001 | 0 | 101000 | 111010 | 1010 | 10010 | 1001001 | 1000000 |
Color Harmonies of #E68961
Complementary color
Monochromatic Colors of #E68961
Black with #E68961
Text Example
Text Example
White with #E68961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68961; }
p { color: rgb(230,137,97); }
H1.HeaderClassName
{
color: #E68961;
}
.AnyTagClassName
{
color: #E68961;
}
</style>
background-color css
<style>
a { background-color: #E68961; }
a { background-color: rgb(230,137,97); }
div.DivClassName
{
background-color: #E68961;
}
.BgClassName
{
background-color: #E68961;
}
</style>
border-color css
<style>
span { border-color: #E68961; }
span { border-color: rgb(230,137,97); }
td.TdClassName
{
border-color: #E68961;
}
.TagClassName
{
border-color: #E68961;
}
</style>