Shades of Copper #E08E64
Tints of Copper #E08E64
RGB
CMYK
RGB Variations
Color information
#E08E64 (or 0xE08E64) is known color: Copper. HEX triplet: E0, 8E and 64. RGB value is (224,142,100). Sum of RGB (Red+Green+Blue) = 224+142+100=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E64 is #1F719B. Grayscale: #A1A1A1. Windows color (decimal): -2060700 or 6590176. OLE color: 6590176.
HSL color Cylindrical-coordinate representation of color #E08E64: hue angle of 20.32º 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 #E08E64 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 100 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.12 |
| HSL | 20.32º | 0.67% | 0.64% | - |
| HSV(B) | 20.32º | 0.55% | 0.88% | - |
| XYZ | 42.71 | 36.11 | 16.78 | - |
| YUV | 161.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 100 | 0 | 0.37 | 0.55 | 0.12 | 20.32 | 0.67 | 0.64 |
| Hex | E0 | 8E | 64 | 0 | 25 | 37 | C | 14 | 43 | 40 |
| Octal | 340 | 216 | 144 | 0 | 45 | 67 | 14 | 24 | 103 | 100 |
| Binary | 11100000 | 10001110 | 1100100 | 0 | 100101 | 110111 | 1100 | 10100 | 1000011 | 1000000 |
Color Harmonies of #E08E64
Complementary color
Monochromatic Colors of #E08E64
Black with #E08E64
Text Example
Text Example
White with #E08E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E64; }
p { color: rgb(224,142,100); }
H1.HeaderClassName
{
color: #E08E64;
}
.AnyTagClassName
{
color: #E08E64;
}
</style>
background-color css
<style>
a { background-color: #E08E64; }
a { background-color: rgb(224,142,100); }
div.DivClassName
{
background-color: #E08E64;
}
.BgClassName
{
background-color: #E08E64;
}
</style>
border-color css
<style>
span { border-color: #E08E64; }
span { border-color: rgb(224,142,100); }
td.TdClassName
{
border-color: #E08E64;
}
.TagClassName
{
border-color: #E08E64;
}
</style>