Shades of Copper #E38E5F
Tints of Copper #E38E5F
RGB
CMYK
RGB Variations
Color information
#E38E5F (or 0xE38E5F) is known color: Copper. HEX triplet: E3, 8E and 5F. RGB value is (227,142,95). Sum of RGB (Red+Green+Blue) = 227+142+95=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E5F is #1C71A0. Grayscale: #A2A2A2. Windows color (decimal): -1864097 or 6262499. OLE color: 6262499.
HSL color Cylindrical-coordinate representation of color #E38E5F: hue angle of 21.36º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E38E5F is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 95 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.11 |
| HSL | 21.36º | 0.7% | 0.63% | - |
| HSV(B) | 21.36º | 0.58% | 0.89% | - |
| XYZ | 43.42 | 36.5 | 15.58 | - |
| YUV | 162.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 95 | 0 | 0.37 | 0.58 | 0.11 | 21.36 | 0.7 | 0.63 |
| Hex | E3 | 8E | 5F | 0 | 25 | 3A | B | 15 | 46 | 3F |
| Octal | 343 | 216 | 137 | 0 | 45 | 72 | 13 | 25 | 106 | 77 |
| Binary | 11100011 | 10001110 | 1011111 | 0 | 100101 | 111010 | 1011 | 10101 | 1000110 | 111111 |
Color Harmonies of #E38E5F
Complementary color
Monochromatic Colors of #E38E5F
Black with #E38E5F
Text Example
Text Example
White with #E38E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E5F; }
p { color: rgb(227,142,95); }
H1.HeaderClassName
{
color: #E38E5F;
}
.AnyTagClassName
{
color: #E38E5F;
}
</style>
background-color css
<style>
a { background-color: #E38E5F; }
a { background-color: rgb(227,142,95); }
div.DivClassName
{
background-color: #E38E5F;
}
.BgClassName
{
background-color: #E38E5F;
}
</style>
border-color css
<style>
span { border-color: #E38E5F; }
span { border-color: rgb(227,142,95); }
td.TdClassName
{
border-color: #E38E5F;
}
.TagClassName
{
border-color: #E38E5F;
}
</style>