Shades of Copper #E28F5D
Tints of Copper #E28F5D
RGB
CMYK
RGB Variations
Color information
#E28F5D (or 0xE28F5D) is known color: Copper. HEX triplet: E2, 8F and 5D. RGB value is (226,143,93). Sum of RGB (Red+Green+Blue) = 226+143+93=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F5D is #1D70A2. Grayscale: #A2A2A2. Windows color (decimal): -1929379 or 6131682. OLE color: 6131682.
HSL color Cylindrical-coordinate representation of color #E28F5D: hue angle of 22.56º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E28F5D is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 93 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.11 |
| HSL | 22.56º | 0.7% | 0.63% | - |
| HSV(B) | 22.56º | 0.59% | 0.89% | - |
| XYZ | 43.16 | 36.6 | 15.15 | - |
| YUV | 162.12 | 89 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 93 | 0 | 0.37 | 0.59 | 0.11 | 22.56 | 0.7 | 0.63 |
| Hex | E2 | 8F | 5D | 0 | 25 | 3B | B | 17 | 46 | 3F |
| Octal | 342 | 217 | 135 | 0 | 45 | 73 | 13 | 27 | 106 | 77 |
| Binary | 11100010 | 10001111 | 1011101 | 0 | 100101 | 111011 | 1011 | 10111 | 1000110 | 111111 |
Color Harmonies of #E28F5D
Complementary color
Monochromatic Colors of #E28F5D
Black with #E28F5D
Text Example
Text Example
White with #E28F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28F5D; }
p { color: rgb(226,143,93); }
H1.HeaderClassName
{
color: #E28F5D;
}
.AnyTagClassName
{
color: #E28F5D;
}
</style>
background-color css
<style>
a { background-color: #E28F5D; }
a { background-color: rgb(226,143,93); }
div.DivClassName
{
background-color: #E28F5D;
}
.BgClassName
{
background-color: #E28F5D;
}
</style>
border-color css
<style>
span { border-color: #E28F5D; }
span { border-color: rgb(226,143,93); }
td.TdClassName
{
border-color: #E28F5D;
}
.TagClassName
{
border-color: #E28F5D;
}
</style>