Shades of Copper #E2895B
Tints of Copper #E2895B
RGB
CMYK
RGB Variations
Color information
#E2895B (or 0xE2895B) is known color: Copper. HEX triplet: E2, 89 and 5B. RGB value is (226,137,91). Sum of RGB (Red+Green+Blue) = 226+137+91=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2895B is #1D76A4. Grayscale: #9E9E9E. Windows color (decimal): -1930917 or 5999074. OLE color: 5999074.
HSL color Cylindrical-coordinate representation of color #E2895B: hue angle of 20.44º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2895B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 91 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.11 |
| HSL | 20.44º | 0.7% | 0.62% | - |
| HSV(B) | 20.44º | 0.6% | 0.89% | - |
| XYZ | 42.2 | 34.82 | 14.39 | - |
| YUV | 158.37 | 89.99 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 91 | 0 | 0.39 | 0.60 | 0.11 | 20.44 | 0.7 | 0.62 |
| Hex | E2 | 89 | 5B | 0 | 27 | 3C | B | 14 | 46 | 3E |
| Octal | 342 | 211 | 133 | 0 | 47 | 74 | 13 | 24 | 106 | 76 |
| Binary | 11100010 | 10001001 | 1011011 | 0 | 100111 | 111100 | 1011 | 10100 | 1000110 | 111110 |
Color Harmonies of #E2895B
Complementary color
Monochromatic Colors of #E2895B
Black with #E2895B
Text Example
Text Example
White with #E2895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2895B; }
p { color: rgb(226,137,91); }
H1.HeaderClassName
{
color: #E2895B;
}
.AnyTagClassName
{
color: #E2895B;
}
</style>
background-color css
<style>
a { background-color: #E2895B; }
a { background-color: rgb(226,137,91); }
div.DivClassName
{
background-color: #E2895B;
}
.BgClassName
{
background-color: #E2895B;
}
</style>
border-color css
<style>
span { border-color: #E2895B; }
span { border-color: rgb(226,137,91); }
td.TdClassName
{
border-color: #E2895B;
}
.TagClassName
{
border-color: #E2895B;
}
</style>