Shades of Copper #E28B5D
Tints of Copper #E28B5D
RGB
CMYK
RGB Variations
Color information
#E28B5D (or 0xE28B5D) is known color: Copper. HEX triplet: E2, 8B and 5D. RGB value is (226,139,93). Sum of RGB (Red+Green+Blue) = 226+139+93=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28B5D is #1D74A2. Grayscale: #A0A0A0. Windows color (decimal): -1930403 or 6130658. OLE color: 6130658.
HSL color Cylindrical-coordinate representation of color #E28B5D: hue angle of 20.75º 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 #E28B5D is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 93 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.11 |
| HSL | 20.75º | 0.7% | 0.63% | - |
| HSV(B) | 20.75º | 0.59% | 0.89% | - |
| XYZ | 42.57 | 35.42 | 14.95 | - |
| YUV | 159.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 93 | 0 | 0.38 | 0.59 | 0.11 | 20.75 | 0.7 | 0.63 |
| Hex | E2 | 8B | 5D | 0 | 26 | 3B | B | 15 | 46 | 3F |
| Octal | 342 | 213 | 135 | 0 | 46 | 73 | 13 | 25 | 106 | 77 |
| Binary | 11100010 | 10001011 | 1011101 | 0 | 100110 | 111011 | 1011 | 10101 | 1000110 | 111111 |
Color Harmonies of #E28B5D
Complementary color
Monochromatic Colors of #E28B5D
Black with #E28B5D
Text Example
Text Example
White with #E28B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28B5D; }
p { color: rgb(226,139,93); }
H1.HeaderClassName
{
color: #E28B5D;
}
.AnyTagClassName
{
color: #E28B5D;
}
</style>
background-color css
<style>
a { background-color: #E28B5D; }
a { background-color: rgb(226,139,93); }
div.DivClassName
{
background-color: #E28B5D;
}
.BgClassName
{
background-color: #E28B5D;
}
</style>
border-color css
<style>
span { border-color: #E28B5D; }
span { border-color: rgb(226,139,93); }
td.TdClassName
{
border-color: #E28B5D;
}
.TagClassName
{
border-color: #E28B5D;
}
</style>