Shades of Copper #E38E64
Tints of Copper #E38E64
RGB
CMYK
RGB Variations
Color information
#E38E64 (or 0xE38E64) is known color: Copper. HEX triplet: E3, 8E and 64. RGB value is (227,142,100). Sum of RGB (Red+Green+Blue) = 227+142+100=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E64 is #1C719B. Grayscale: #A2A2A2. Windows color (decimal): -1864092 or 6590179. OLE color: 6590179.
HSL color Cylindrical-coordinate representation of color #E38E64: hue angle of 19.84º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E38E64 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 100 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.11 |
| HSL | 19.84º | 0.69% | 0.64% | - |
| HSV(B) | 19.84º | 0.56% | 0.89% | - |
| XYZ | 43.65 | 36.6 | 16.82 | - |
| YUV | 162.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 100 | 0 | 0.37 | 0.56 | 0.11 | 19.84 | 0.69 | 0.64 |
| Hex | E3 | 8E | 64 | 0 | 25 | 38 | B | 14 | 45 | 40 |
| Octal | 343 | 216 | 144 | 0 | 45 | 70 | 13 | 24 | 105 | 100 |
| Binary | 11100011 | 10001110 | 1100100 | 0 | 100101 | 111000 | 1011 | 10100 | 1000101 | 1000000 |
Color Harmonies of #E38E64
Complementary color
Monochromatic Colors of #E38E64
Black with #E38E64
Text Example
Text Example
White with #E38E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E64; }
p { color: rgb(227,142,100); }
H1.HeaderClassName
{
color: #E38E64;
}
.AnyTagClassName
{
color: #E38E64;
}
</style>
background-color css
<style>
a { background-color: #E38E64; }
a { background-color: rgb(227,142,100); }
div.DivClassName
{
background-color: #E38E64;
}
.BgClassName
{
background-color: #E38E64;
}
</style>
border-color css
<style>
span { border-color: #E38E64; }
span { border-color: rgb(227,142,100); }
td.TdClassName
{
border-color: #E38E64;
}
.TagClassName
{
border-color: #E38E64;
}
</style>