Shades of Copper #E68A64
Tints of Copper #E68A64
RGB
CMYK
RGB Variations
Color information
#E68A64 (or 0xE68A64) is known color: Copper. HEX triplet: E6, 8A and 64. RGB value is (230,138,100). Sum of RGB (Red+Green+Blue) = 230+138+100=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A64 is #19759B. Grayscale: #A1A1A1. Windows color (decimal): -1668508 or 6589158. OLE color: 6589158.
HSL color Cylindrical-coordinate representation of color #E68A64: hue angle of 17.54º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E68A64 is Cyan = 0, Magento = 0.4, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 100 | - |
| CMYK | 0 | 0.4 | 0.57 | 0.10 |
| HSL | 17.54º | 0.72% | 0.65% | - |
| HSV(B) | 17.54º | 0.57% | 0.9% | - |
| XYZ | 44.02 | 35.92 | 16.67 | - |
| YUV | 161.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 100 | 0 | 0.4 | 0.57 | 0.10 | 17.54 | 0.72 | 0.65 |
| Hex | E6 | 8A | 64 | 0 | 28 | 39 | A | 12 | 48 | 41 |
| Octal | 346 | 212 | 144 | 0 | 50 | 71 | 12 | 22 | 110 | 101 |
| Binary | 11100110 | 10001010 | 1100100 | 0 | 101000 | 111001 | 1010 | 10010 | 1001000 | 1000001 |
Color Harmonies of #E68A64
Complementary color
Monochromatic Colors of #E68A64
Black with #E68A64
Text Example
Text Example
White with #E68A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A64; }
p { color: rgb(230,138,100); }
H1.HeaderClassName
{
color: #E68A64;
}
.AnyTagClassName
{
color: #E68A64;
}
</style>
background-color css
<style>
a { background-color: #E68A64; }
a { background-color: rgb(230,138,100); }
div.DivClassName
{
background-color: #E68A64;
}
.BgClassName
{
background-color: #E68A64;
}
</style>
border-color css
<style>
span { border-color: #E68A64; }
span { border-color: rgb(230,138,100); }
td.TdClassName
{
border-color: #E68A64;
}
.TagClassName
{
border-color: #E68A64;
}
</style>