Shades of Copper #E38867
Tints of Copper #E38867
RGB
CMYK
RGB Variations
Color information
#E38867 (or 0xE38867) is known color: Copper. HEX triplet: E3, 88 and 67. RGB value is (227,136,103). Sum of RGB (Red+Green+Blue) = 227+136+103=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E38867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38867 is #1C7798. Grayscale: #9F9F9F. Windows color (decimal): -1865625 or 6785251. OLE color: 6785251.
HSL color Cylindrical-coordinate representation of color #E38867: hue angle of 15.97º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E38867 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 103 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.11 |
| HSL | 15.97º | 0.69% | 0.65% | - |
| HSV(B) | 15.97º | 0.55% | 0.89% | - |
| XYZ | 42.93 | 34.92 | 17.31 | - |
| YUV | 159.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 103 | 0 | 0.40 | 0.55 | 0.11 | 15.97 | 0.69 | 0.65 |
| Hex | E3 | 88 | 67 | 0 | 28 | 37 | B | 10 | 45 | 41 |
| Octal | 343 | 210 | 147 | 0 | 50 | 67 | 13 | 20 | 105 | 101 |
| Binary | 11100011 | 10001000 | 1100111 | 0 | 101000 | 110111 | 1011 | 10000 | 1000101 | 1000001 |
Color Harmonies of #E38867
Complementary color
Monochromatic Colors of #E38867
Black with #E38867
Text Example
Text Example
White with #E38867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38867; }
p { color: rgb(227,136,103); }
H1.HeaderClassName
{
color: #E38867;
}
.AnyTagClassName
{
color: #E38867;
}
</style>
background-color css
<style>
a { background-color: #E38867; }
a { background-color: rgb(227,136,103); }
div.DivClassName
{
background-color: #E38867;
}
.BgClassName
{
background-color: #E38867;
}
</style>
border-color css
<style>
span { border-color: #E38867; }
span { border-color: rgb(227,136,103); }
td.TdClassName
{
border-color: #E38867;
}
.TagClassName
{
border-color: #E38867;
}
</style>