Shades of Copper #E28B5F
Tints of Copper #E28B5F
RGB
CMYK
RGB Variations
Color information
#E28B5F (or 0xE28B5F) is known color: Copper. HEX triplet: E2, 8B and 5F. RGB value is (226,139,95). Sum of RGB (Red+Green+Blue) = 226+139+95=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28B5F is #1D74A0. Grayscale: #A0A0A0. Windows color (decimal): -1930401 or 6261730. OLE color: 6261730.
HSL color Cylindrical-coordinate representation of color #E28B5F: hue angle of 20.15º 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 #E28B5F is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 95 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.11 |
| HSL | 20.15º | 0.69% | 0.63% | - |
| HSV(B) | 20.15º | 0.58% | 0.89% | - |
| XYZ | 42.66 | 35.46 | 15.42 | - |
| YUV | 160 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 95 | 0 | 0.38 | 0.58 | 0.11 | 20.15 | 0.69 | 0.63 |
| Hex | E2 | 8B | 5F | 0 | 26 | 3A | B | 14 | 45 | 3F |
| Octal | 342 | 213 | 137 | 0 | 46 | 72 | 13 | 24 | 105 | 77 |
| Binary | 11100010 | 10001011 | 1011111 | 0 | 100110 | 111010 | 1011 | 10100 | 1000101 | 111111 |
Color Harmonies of #E28B5F
Complementary color
Monochromatic Colors of #E28B5F
Black with #E28B5F
Text Example
Text Example
White with #E28B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28B5F; }
p { color: rgb(226,139,95); }
H1.HeaderClassName
{
color: #E28B5F;
}
.AnyTagClassName
{
color: #E28B5F;
}
</style>
background-color css
<style>
a { background-color: #E28B5F; }
a { background-color: rgb(226,139,95); }
div.DivClassName
{
background-color: #E28B5F;
}
.BgClassName
{
background-color: #E28B5F;
}
</style>
border-color css
<style>
span { border-color: #E28B5F; }
span { border-color: rgb(226,139,95); }
td.TdClassName
{
border-color: #E28B5F;
}
.TagClassName
{
border-color: #E28B5F;
}
</style>