Shades of Copper #E38861
Tints of Copper #E38861
RGB
CMYK
RGB Variations
Color information
#E38861 (or 0xE38861) is known color: Copper. HEX triplet: E3, 88 and 61. RGB value is (227,136,97). Sum of RGB (Red+Green+Blue) = 227+136+97=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E38861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38861 is #1C779E. Grayscale: #9F9F9F. Windows color (decimal): -1865631 or 6392035. OLE color: 6392035.
HSL color Cylindrical-coordinate representation of color #E38861: hue angle of 18º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E38861 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 97 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.11 |
| HSL | 18º | 0.7% | 0.64% | - |
| HSV(B) | 18º | 0.57% | 0.89% | - |
| XYZ | 42.64 | 34.8 | 15.78 | - |
| YUV | 158.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 97 | 0 | 0.40 | 0.57 | 0.11 | 18 | 0.7 | 0.64 |
| Hex | E3 | 88 | 61 | 0 | 28 | 39 | B | 12 | 46 | 40 |
| Octal | 343 | 210 | 141 | 0 | 50 | 71 | 13 | 22 | 106 | 100 |
| Binary | 11100011 | 10001000 | 1100001 | 0 | 101000 | 111001 | 1011 | 10010 | 1000110 | 1000000 |
Color Harmonies of #E38861
Complementary color
Monochromatic Colors of #E38861
Black with #E38861
Text Example
Text Example
White with #E38861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38861; }
p { color: rgb(227,136,97); }
H1.HeaderClassName
{
color: #E38861;
}
.AnyTagClassName
{
color: #E38861;
}
</style>
background-color css
<style>
a { background-color: #E38861; }
a { background-color: rgb(227,136,97); }
div.DivClassName
{
background-color: #E38861;
}
.BgClassName
{
background-color: #E38861;
}
</style>
border-color css
<style>
span { border-color: #E38861; }
span { border-color: rgb(227,136,97); }
td.TdClassName
{
border-color: #E38861;
}
.TagClassName
{
border-color: #E38861;
}
</style>