Shades of Copper #E08C5E
Tints of Copper #E08C5E
RGB
CMYK
RGB Variations
Color information
#E08C5E (or 0xE08C5E) is known color: Copper. HEX triplet: E0, 8C and 5E. RGB value is (224,140,94). Sum of RGB (Red+Green+Blue) = 224+140+94=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C5E is #1F73A1. Grayscale: #A0A0A0. Windows color (decimal): -2061218 or 6196448. OLE color: 6196448.
HSL color Cylindrical-coordinate representation of color #E08C5E: hue angle of 21.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E08C5E is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 94 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.12 |
| HSL | 21.23º | 0.68% | 0.62% | - |
| HSV(B) | 21.23º | 0.58% | 0.88% | - |
| XYZ | 42.14 | 35.41 | 15.2 | - |
| YUV | 159.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 94 | 0 | 0.38 | 0.58 | 0.12 | 21.23 | 0.68 | 0.62 |
| Hex | E0 | 8C | 5E | 0 | 26 | 3A | C | 15 | 44 | 3E |
| Octal | 340 | 214 | 136 | 0 | 46 | 72 | 14 | 25 | 104 | 76 |
| Binary | 11100000 | 10001100 | 1011110 | 0 | 100110 | 111010 | 1100 | 10101 | 1000100 | 111110 |
Color Harmonies of #E08C5E
Complementary color
Monochromatic Colors of #E08C5E
Black with #E08C5E
Text Example
Text Example
White with #E08C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C5E; }
p { color: rgb(224,140,94); }
H1.HeaderClassName
{
color: #E08C5E;
}
.AnyTagClassName
{
color: #E08C5E;
}
</style>
background-color css
<style>
a { background-color: #E08C5E; }
a { background-color: rgb(224,140,94); }
div.DivClassName
{
background-color: #E08C5E;
}
.BgClassName
{
background-color: #E08C5E;
}
</style>
border-color css
<style>
span { border-color: #E08C5E; }
span { border-color: rgb(224,140,94); }
td.TdClassName
{
border-color: #E08C5E;
}
.TagClassName
{
border-color: #E08C5E;
}
</style>