Shades of Copper #E68C64
Tints of Copper #E68C64
RGB
CMYK
RGB Variations
Color information
#E68C64 (or 0xE68C64) is known color: Copper. HEX triplet: E6, 8C and 64. RGB value is (230,140,100). Sum of RGB (Red+Green+Blue) = 230+140+100=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C64 is #19739B. Grayscale: #A2A2A2. Windows color (decimal): -1667996 or 6589670. OLE color: 6589670.
HSL color Cylindrical-coordinate representation of color #E68C64: hue angle of 18.46º 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 #E68C64 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 100 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.10 |
| HSL | 18.46º | 0.72% | 0.65% | - |
| HSV(B) | 18.46º | 0.57% | 0.9% | - |
| XYZ | 44.31 | 36.5 | 16.77 | - |
| YUV | 162.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 100 | 0 | 0.39 | 0.57 | 0.10 | 18.46 | 0.72 | 0.65 |
| Hex | E6 | 8C | 64 | 0 | 27 | 39 | A | 12 | 48 | 41 |
| Octal | 346 | 214 | 144 | 0 | 47 | 71 | 12 | 22 | 110 | 101 |
| Binary | 11100110 | 10001100 | 1100100 | 0 | 100111 | 111001 | 1010 | 10010 | 1001000 | 1000001 |
Color Harmonies of #E68C64
Complementary color
Monochromatic Colors of #E68C64
Black with #E68C64
Text Example
Text Example
White with #E68C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C64; }
p { color: rgb(230,140,100); }
H1.HeaderClassName
{
color: #E68C64;
}
.AnyTagClassName
{
color: #E68C64;
}
</style>
background-color css
<style>
a { background-color: #E68C64; }
a { background-color: rgb(230,140,100); }
div.DivClassName
{
background-color: #E68C64;
}
.BgClassName
{
background-color: #E68C64;
}
</style>
border-color css
<style>
span { border-color: #E68C64; }
span { border-color: rgb(230,140,100); }
td.TdClassName
{
border-color: #E68C64;
}
.TagClassName
{
border-color: #E68C64;
}
</style>