Shades of Copper #E38462
Tints of Copper #E38462
RGB
CMYK
RGB Variations
Color information
#E38462 (or 0xE38462) is known color: Copper. HEX triplet: E3, 84 and 62. RGB value is (227,132,98). Sum of RGB (Red+Green+Blue) = 227+132+98=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E38462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38462 is #1C7B9D. Grayscale: #9C9C9C. Windows color (decimal): -1866654 or 6456547. OLE color: 6456547.
HSL color Cylindrical-coordinate representation of color #E38462: hue angle of 15.81º 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 #E38462 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 98 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.11 |
| HSL | 15.81º | 0.7% | 0.64% | - |
| HSV(B) | 15.81º | 0.57% | 0.89% | - |
| XYZ | 42.13 | 33.72 | 15.84 | - |
| YUV | 156.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 98 | 0 | 0.42 | 0.57 | 0.11 | 15.81 | 0.7 | 0.64 |
| Hex | E3 | 84 | 62 | 0 | 2A | 39 | B | 10 | 46 | 40 |
| Octal | 343 | 204 | 142 | 0 | 52 | 71 | 13 | 20 | 106 | 100 |
| Binary | 11100011 | 10000100 | 1100010 | 0 | 101010 | 111001 | 1011 | 10000 | 1000110 | 1000000 |
Color Harmonies of #E38462
Complementary color
Monochromatic Colors of #E38462
Black with #E38462
Text Example
Text Example
White with #E38462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38462; }
p { color: rgb(227,132,98); }
H1.HeaderClassName
{
color: #E38462;
}
.AnyTagClassName
{
color: #E38462;
}
</style>
background-color css
<style>
a { background-color: #E38462; }
a { background-color: rgb(227,132,98); }
div.DivClassName
{
background-color: #E38462;
}
.BgClassName
{
background-color: #E38462;
}
</style>
border-color css
<style>
span { border-color: #E38462; }
span { border-color: rgb(227,132,98); }
td.TdClassName
{
border-color: #E38462;
}
.TagClassName
{
border-color: #E38462;
}
</style>