Shades of Copper #E08459
Tints of Copper #E08459
RGB
CMYK
RGB Variations
Color information
#E08459 (or 0xE08459) is known color: Copper. HEX triplet: E0, 84 and 59. RGB value is (224,132,89). Sum of RGB (Red+Green+Blue) = 224+132+89=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E08459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08459 is #1F7BA6. Grayscale: #9A9A9A. Windows color (decimal): -2063271 or 5866720. OLE color: 5866720.
HSL color Cylindrical-coordinate representation of color #E08459: hue angle of 19.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E08459 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 89 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.12 |
| HSL | 19.11º | 0.69% | 0.61% | - |
| HSV(B) | 19.11º | 0.6% | 0.88% | - |
| XYZ | 40.79 | 33.07 | 13.68 | - |
| YUV | 154.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 89 | 0 | 0.41 | 0.60 | 0.12 | 19.11 | 0.69 | 0.61 |
| Hex | E0 | 84 | 59 | 0 | 29 | 3C | C | 13 | 45 | 3D |
| Octal | 340 | 204 | 131 | 0 | 51 | 74 | 14 | 23 | 105 | 75 |
| Binary | 11100000 | 10000100 | 1011001 | 0 | 101001 | 111100 | 1100 | 10011 | 1000101 | 111101 |
Color Harmonies of #E08459
Complementary color
Monochromatic Colors of #E08459
Black with #E08459
Text Example
Text Example
White with #E08459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08459; }
p { color: rgb(224,132,89); }
H1.HeaderClassName
{
color: #E08459;
}
.AnyTagClassName
{
color: #E08459;
}
</style>
background-color css
<style>
a { background-color: #E08459; }
a { background-color: rgb(224,132,89); }
div.DivClassName
{
background-color: #E08459;
}
.BgClassName
{
background-color: #E08459;
}
</style>
border-color css
<style>
span { border-color: #E08459; }
span { border-color: rgb(224,132,89); }
td.TdClassName
{
border-color: #E08459;
}
.TagClassName
{
border-color: #E08459;
}
</style>