Shades of Copper #E38859
Tints of Copper #E38859
RGB
CMYK
RGB Variations
Color information
#E38859 (or 0xE38859) is known color: Copper. HEX triplet: E3, 88 and 59. RGB value is (227,136,89). Sum of RGB (Red+Green+Blue) = 227+136+89=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E38859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38859 is #1C77A6. Grayscale: #9E9E9E. Windows color (decimal): -1865639 or 5867747. OLE color: 5867747.
HSL color Cylindrical-coordinate representation of color #E38859: hue angle of 20.43º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E38859 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 89 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.11 |
| HSL | 20.43º | 0.71% | 0.62% | - |
| HSV(B) | 20.43º | 0.61% | 0.89% | - |
| XYZ | 42.29 | 34.66 | 13.91 | - |
| YUV | 157.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 89 | 0 | 0.40 | 0.61 | 0.11 | 20.43 | 0.71 | 0.62 |
| Hex | E3 | 88 | 59 | 0 | 28 | 3D | B | 14 | 47 | 3E |
| Octal | 343 | 210 | 131 | 0 | 50 | 75 | 13 | 24 | 107 | 76 |
| Binary | 11100011 | 10001000 | 1011001 | 0 | 101000 | 111101 | 1011 | 10100 | 1000111 | 111110 |
Color Harmonies of #E38859
Complementary color
Monochromatic Colors of #E38859
Black with #E38859
Text Example
Text Example
White with #E38859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38859; }
p { color: rgb(227,136,89); }
H1.HeaderClassName
{
color: #E38859;
}
.AnyTagClassName
{
color: #E38859;
}
</style>
background-color css
<style>
a { background-color: #E38859; }
a { background-color: rgb(227,136,89); }
div.DivClassName
{
background-color: #E38859;
}
.BgClassName
{
background-color: #E38859;
}
</style>
border-color css
<style>
span { border-color: #E38859; }
span { border-color: rgb(227,136,89); }
td.TdClassName
{
border-color: #E38859;
}
.TagClassName
{
border-color: #E38859;
}
</style>