Shades of Copper #E68C63
Tints of Copper #E68C63
RGB
CMYK
RGB Variations
Color information
#E68C63 (or 0xE68C63) is known color: Copper. HEX triplet: E6, 8C and 63. RGB value is (230,140,99). Sum of RGB (Red+Green+Blue) = 230+140+99=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C63 is #19739C. Grayscale: #A2A2A2. Windows color (decimal): -1667997 or 6524134. OLE color: 6524134.
HSL color Cylindrical-coordinate representation of color #E68C63: hue angle of 18.78º 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 #E68C63 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 99 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.10 |
| HSL | 18.78º | 0.72% | 0.65% | - |
| HSV(B) | 18.78º | 0.57% | 0.9% | - |
| XYZ | 44.26 | 36.48 | 16.51 | - |
| YUV | 162.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 99 | 0 | 0.39 | 0.57 | 0.10 | 18.78 | 0.72 | 0.65 |
| Hex | E6 | 8C | 63 | 0 | 27 | 39 | A | 13 | 48 | 41 |
| Octal | 346 | 214 | 143 | 0 | 47 | 71 | 12 | 23 | 110 | 101 |
| Binary | 11100110 | 10001100 | 1100011 | 0 | 100111 | 111001 | 1010 | 10011 | 1001000 | 1000001 |
Color Harmonies of #E68C63
Complementary color
Monochromatic Colors of #E68C63
Black with #E68C63
Text Example
Text Example
White with #E68C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C63; }
p { color: rgb(230,140,99); }
H1.HeaderClassName
{
color: #E68C63;
}
.AnyTagClassName
{
color: #E68C63;
}
</style>
background-color css
<style>
a { background-color: #E68C63; }
a { background-color: rgb(230,140,99); }
div.DivClassName
{
background-color: #E68C63;
}
.BgClassName
{
background-color: #E68C63;
}
</style>
border-color css
<style>
span { border-color: #E68C63; }
span { border-color: rgb(230,140,99); }
td.TdClassName
{
border-color: #E68C63;
}
.TagClassName
{
border-color: #E68C63;
}
</style>