Shades of Copper #E28464
Tints of Copper #E28464
RGB
CMYK
RGB Variations
Color information
#E28464 (or 0xE28464) is known color: Copper. HEX triplet: E2, 84 and 64. RGB value is (226,132,100). Sum of RGB (Red+Green+Blue) = 226+132+100=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E28464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28464 is #1D7B9B. Grayscale: #9C9C9C. Windows color (decimal): -1932188 or 6587618. OLE color: 6587618.
HSL color Cylindrical-coordinate representation of color #E28464: hue angle of 15.24º degrees, saturation: 0.68, 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 #E28464 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 100 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.11 |
| HSL | 15.24º | 0.68% | 0.64% | - |
| HSV(B) | 15.24º | 0.56% | 0.89% | - |
| XYZ | 41.92 | 33.59 | 16.33 | - |
| YUV | 156.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 100 | 0 | 0.42 | 0.56 | 0.11 | 15.24 | 0.68 | 0.64 |
| Hex | E2 | 84 | 64 | 0 | 2A | 38 | B | F | 44 | 40 |
| Octal | 342 | 204 | 144 | 0 | 52 | 70 | 13 | 17 | 104 | 100 |
| Binary | 11100010 | 10000100 | 1100100 | 0 | 101010 | 111000 | 1011 | 1111 | 1000100 | 1000000 |
Color Harmonies of #E28464
Complementary color
Monochromatic Colors of #E28464
Black with #E28464
Text Example
Text Example
White with #E28464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28464; }
p { color: rgb(226,132,100); }
H1.HeaderClassName
{
color: #E28464;
}
.AnyTagClassName
{
color: #E28464;
}
</style>
background-color css
<style>
a { background-color: #E28464; }
a { background-color: rgb(226,132,100); }
div.DivClassName
{
background-color: #E28464;
}
.BgClassName
{
background-color: #E28464;
}
</style>
border-color css
<style>
span { border-color: #E28464; }
span { border-color: rgb(226,132,100); }
td.TdClassName
{
border-color: #E28464;
}
.TagClassName
{
border-color: #E28464;
}
</style>