Shades of Copper #E08D68
Tints of Copper #E08D68
RGB
CMYK
RGB Variations
Color information
#E08D68 (or 0xE08D68) is known color: Copper. HEX triplet: E0, 8D and 68. RGB value is (224,141,104). Sum of RGB (Red+Green+Blue) = 224+141+104=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D68 is #1F7297. Grayscale: #A1A1A1. Windows color (decimal): -2060952 or 6852064. OLE color: 6852064.
HSL color Cylindrical-coordinate representation of color #E08D68: hue angle of 18.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E08D68 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 104 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.12 |
| HSL | 18.5º | 0.66% | 0.64% | - |
| HSV(B) | 18.5º | 0.54% | 0.88% | - |
| XYZ | 42.76 | 35.9 | 17.77 | - |
| YUV | 161.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 104 | 0 | 0.37 | 0.54 | 0.12 | 18.5 | 0.66 | 0.64 |
| Hex | E0 | 8D | 68 | 0 | 25 | 36 | C | 12 | 42 | 40 |
| Octal | 340 | 215 | 150 | 0 | 45 | 66 | 14 | 22 | 102 | 100 |
| Binary | 11100000 | 10001101 | 1101000 | 0 | 100101 | 110110 | 1100 | 10010 | 1000010 | 1000000 |
Color Harmonies of #E08D68
Complementary color
Monochromatic Colors of #E08D68
Black with #E08D68
Text Example
Text Example
White with #E08D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D68; }
p { color: rgb(224,141,104); }
H1.HeaderClassName
{
color: #E08D68;
}
.AnyTagClassName
{
color: #E08D68;
}
</style>
background-color css
<style>
a { background-color: #E08D68; }
a { background-color: rgb(224,141,104); }
div.DivClassName
{
background-color: #E08D68;
}
.BgClassName
{
background-color: #E08D68;
}
</style>
border-color css
<style>
span { border-color: #E08D68; }
span { border-color: rgb(224,141,104); }
td.TdClassName
{
border-color: #E08D68;
}
.TagClassName
{
border-color: #E08D68;
}
</style>