Shades of Copper #E2905E
Tints of Copper #E2905E
RGB
CMYK
RGB Variations
Color information
#E2905E (or 0xE2905E) is known color: Copper. HEX triplet: E2, 90 and 5E. RGB value is (226,144,94). Sum of RGB (Red+Green+Blue) = 226+144+94=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2905E is #1D6FA1. Grayscale: #A3A3A3. Windows color (decimal): -1929122 or 6197474. OLE color: 6197474.
HSL color Cylindrical-coordinate representation of color #E2905E: hue angle of 22.73º 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 #E2905E is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 94 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.11 |
| HSL | 22.73º | 0.69% | 0.63% | - |
| HSV(B) | 22.73º | 0.58% | 0.89% | - |
| XYZ | 43.36 | 36.92 | 15.43 | - |
| YUV | 162.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 94 | 0 | 0.36 | 0.58 | 0.11 | 22.73 | 0.69 | 0.63 |
| Hex | E2 | 90 | 5E | 0 | 24 | 3A | B | 17 | 45 | 3F |
| Octal | 342 | 220 | 136 | 0 | 44 | 72 | 13 | 27 | 105 | 77 |
| Binary | 11100010 | 10010000 | 1011110 | 0 | 100100 | 111010 | 1011 | 10111 | 1000101 | 111111 |
Color Harmonies of #E2905E
Complementary color
Monochromatic Colors of #E2905E
Black with #E2905E
Text Example
Text Example
White with #E2905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2905E; }
p { color: rgb(226,144,94); }
H1.HeaderClassName
{
color: #E2905E;
}
.AnyTagClassName
{
color: #E2905E;
}
</style>
background-color css
<style>
a { background-color: #E2905E; }
a { background-color: rgb(226,144,94); }
div.DivClassName
{
background-color: #E2905E;
}
.BgClassName
{
background-color: #E2905E;
}
</style>
border-color css
<style>
span { border-color: #E2905E; }
span { border-color: rgb(226,144,94); }
td.TdClassName
{
border-color: #E2905E;
}
.TagClassName
{
border-color: #E2905E;
}
</style>