Shades of Copper #E38264
Tints of Copper #E38264
RGB
CMYK
RGB Variations
Color information
#E38264 (or 0xE38264) is known color: Copper. HEX triplet: E3, 82 and 64. RGB value is (227,130,100). Sum of RGB (Red+Green+Blue) = 227+130+100=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E38264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38264 is #1C7D9B. Grayscale: #9B9B9B. Windows color (decimal): -1867164 or 6587107. OLE color: 6587107.
HSL color Cylindrical-coordinate representation of color #E38264: hue angle of 14.17º 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 #E38264 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 100 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.11 |
| HSL | 14.17º | 0.69% | 0.64% | - |
| HSV(B) | 14.17º | 0.56% | 0.89% | - |
| XYZ | 41.96 | 33.22 | 16.26 | - |
| YUV | 155.58 | 96.64 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 100 | 0 | 0.43 | 0.56 | 0.11 | 14.17 | 0.69 | 0.64 |
| Hex | E3 | 82 | 64 | 0 | 2B | 38 | B | E | 45 | 40 |
| Octal | 343 | 202 | 144 | 0 | 53 | 70 | 13 | 16 | 105 | 100 |
| Binary | 11100011 | 10000010 | 1100100 | 0 | 101011 | 111000 | 1011 | 1110 | 1000101 | 1000000 |
Color Harmonies of #E38264
Complementary color
Monochromatic Colors of #E38264
Black with #E38264
Text Example
Text Example
White with #E38264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38264; }
p { color: rgb(227,130,100); }
H1.HeaderClassName
{
color: #E38264;
}
.AnyTagClassName
{
color: #E38264;
}
</style>
background-color css
<style>
a { background-color: #E38264; }
a { background-color: rgb(227,130,100); }
div.DivClassName
{
background-color: #E38264;
}
.BgClassName
{
background-color: #E38264;
}
</style>
border-color css
<style>
span { border-color: #E38264; }
span { border-color: rgb(227,130,100); }
td.TdClassName
{
border-color: #E38264;
}
.TagClassName
{
border-color: #E38264;
}
</style>