Shades of Copper #E08C6D
Tints of Copper #E08C6D
RGB
CMYK
RGB Variations
Color information
#E08C6D (or 0xE08C6D) is known color: Copper. HEX triplet: E0, 8C and 6D. RGB value is (224,140,109). Sum of RGB (Red+Green+Blue) = 224+140+109=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C6D is #1F7392. Grayscale: #A1A1A1. Windows color (decimal): -2061203 or 7179488. OLE color: 7179488.
HSL color Cylindrical-coordinate representation of color #E08C6D: hue angle of 16.17º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E08C6D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 109 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.12 |
| HSL | 16.17º | 0.65% | 0.65% | - |
| HSV(B) | 16.17º | 0.51% | 0.88% | - |
| XYZ | 42.88 | 35.71 | 19.1 | - |
| YUV | 161.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 109 | 0 | 0.38 | 0.51 | 0.12 | 16.17 | 0.65 | 0.65 |
| Hex | E0 | 8C | 6D | 0 | 26 | 33 | C | 10 | 41 | 41 |
| Octal | 340 | 214 | 155 | 0 | 46 | 63 | 14 | 20 | 101 | 101 |
| Binary | 11100000 | 10001100 | 1101101 | 0 | 100110 | 110011 | 1100 | 10000 | 1000001 | 1000001 |
Color Harmonies of #E08C6D
Complementary color
Monochromatic Colors of #E08C6D
Black with #E08C6D
Text Example
Text Example
White with #E08C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C6D; }
p { color: rgb(224,140,109); }
H1.HeaderClassName
{
color: #E08C6D;
}
.AnyTagClassName
{
color: #E08C6D;
}
</style>
background-color css
<style>
a { background-color: #E08C6D; }
a { background-color: rgb(224,140,109); }
div.DivClassName
{
background-color: #E08C6D;
}
.BgClassName
{
background-color: #E08C6D;
}
</style>
border-color css
<style>
span { border-color: #E08C6D; }
span { border-color: rgb(224,140,109); }
td.TdClassName
{
border-color: #E08C6D;
}
.TagClassName
{
border-color: #E08C6D;
}
</style>