Shades of Copper #E08C64
Tints of Copper #E08C64
RGB
CMYK
RGB Variations
Color information
#E08C64 (or 0xE08C64) is known color: Copper. HEX triplet: E0, 8C and 64. RGB value is (224,140,100). Sum of RGB (Red+Green+Blue) = 224+140+100=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C64 is #1F739B. Grayscale: #A0A0A0. Windows color (decimal): -2061212 or 6589664. OLE color: 6589664.
HSL color Cylindrical-coordinate representation of color #E08C64: hue angle of 19.35º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E08C64 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 100 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.12 |
| HSL | 19.35º | 0.67% | 0.64% | - |
| HSV(B) | 19.35º | 0.55% | 0.88% | - |
| XYZ | 42.42 | 35.52 | 16.68 | - |
| YUV | 160.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 100 | 0 | 0.38 | 0.55 | 0.12 | 19.35 | 0.67 | 0.64 |
| Hex | E0 | 8C | 64 | 0 | 26 | 37 | C | 13 | 43 | 40 |
| Octal | 340 | 214 | 144 | 0 | 46 | 67 | 14 | 23 | 103 | 100 |
| Binary | 11100000 | 10001100 | 1100100 | 0 | 100110 | 110111 | 1100 | 10011 | 1000011 | 1000000 |
Color Harmonies of #E08C64
Complementary color
Monochromatic Colors of #E08C64
Black with #E08C64
Text Example
Text Example
White with #E08C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C64; }
p { color: rgb(224,140,100); }
H1.HeaderClassName
{
color: #E08C64;
}
.AnyTagClassName
{
color: #E08C64;
}
</style>
background-color css
<style>
a { background-color: #E08C64; }
a { background-color: rgb(224,140,100); }
div.DivClassName
{
background-color: #E08C64;
}
.BgClassName
{
background-color: #E08C64;
}
</style>
border-color css
<style>
span { border-color: #E08C64; }
span { border-color: rgb(224,140,100); }
td.TdClassName
{
border-color: #E08C64;
}
.TagClassName
{
border-color: #E08C64;
}
</style>