Shades of Copper #E28D5E
Tints of Copper #E28D5E
RGB
CMYK
RGB Variations
Color information
#E28D5E (or 0xE28D5E) is known color: Copper. HEX triplet: E2, 8D and 5E. RGB value is (226,141,94). Sum of RGB (Red+Green+Blue) = 226+141+94=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28D5E is #1D72A1. Grayscale: #A1A1A1. Windows color (decimal): -1929890 or 6196706. OLE color: 6196706.
HSL color Cylindrical-coordinate representation of color #E28D5E: hue angle of 21.36º degrees, saturation: 0.69, 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 #E28D5E is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 94 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.11 |
| HSL | 21.36º | 0.69% | 0.63% | - |
| HSV(B) | 21.36º | 0.58% | 0.89% | - |
| XYZ | 42.91 | 36.03 | 15.28 | - |
| YUV | 161.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 94 | 0 | 0.38 | 0.58 | 0.11 | 21.36 | 0.69 | 0.63 |
| Hex | E2 | 8D | 5E | 0 | 26 | 3A | B | 15 | 45 | 3F |
| Octal | 342 | 215 | 136 | 0 | 46 | 72 | 13 | 25 | 105 | 77 |
| Binary | 11100010 | 10001101 | 1011110 | 0 | 100110 | 111010 | 1011 | 10101 | 1000101 | 111111 |
Color Harmonies of #E28D5E
Complementary color
Monochromatic Colors of #E28D5E
Black with #E28D5E
Text Example
Text Example
White with #E28D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D5E; }
p { color: rgb(226,141,94); }
H1.HeaderClassName
{
color: #E28D5E;
}
.AnyTagClassName
{
color: #E28D5E;
}
</style>
background-color css
<style>
a { background-color: #E28D5E; }
a { background-color: rgb(226,141,94); }
div.DivClassName
{
background-color: #E28D5E;
}
.BgClassName
{
background-color: #E28D5E;
}
</style>
border-color css
<style>
span { border-color: #E28D5E; }
span { border-color: rgb(226,141,94); }
td.TdClassName
{
border-color: #E28D5E;
}
.TagClassName
{
border-color: #E28D5E;
}
</style>