Shades of Copper #E2906B
Tints of Copper #E2906B
RGB
CMYK
RGB Variations
Color information
#E2906B (or 0xE2906B) is known color: Copper. HEX triplet: E2, 90 and 6B. RGB value is (226,144,107). Sum of RGB (Red+Green+Blue) = 226+144+107=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E2906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2906B is #1D6F94. Grayscale: #A4A4A4. Windows color (decimal): -1929109 or 7049442. OLE color: 7049442.
HSL color Cylindrical-coordinate representation of color #E2906B: hue angle of 18.66º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2906B is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 107 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.11 |
| HSL | 18.66º | 0.67% | 0.65% | - |
| HSV(B) | 18.66º | 0.53% | 0.89% | - |
| XYZ | 43.99 | 37.18 | 18.77 | - |
| YUV | 164.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 107 | 0 | 0.36 | 0.53 | 0.11 | 18.66 | 0.67 | 0.65 |
| Hex | E2 | 90 | 6B | 0 | 24 | 35 | B | 13 | 43 | 41 |
| Octal | 342 | 220 | 153 | 0 | 44 | 65 | 13 | 23 | 103 | 101 |
| Binary | 11100010 | 10010000 | 1101011 | 0 | 100100 | 110101 | 1011 | 10011 | 1000011 | 1000001 |
Color Harmonies of #E2906B
Complementary color
Monochromatic Colors of #E2906B
Black with #E2906B
Text Example
Text Example
White with #E2906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2906B; }
p { color: rgb(226,144,107); }
H1.HeaderClassName
{
color: #E2906B;
}
.AnyTagClassName
{
color: #E2906B;
}
</style>
background-color css
<style>
a { background-color: #E2906B; }
a { background-color: rgb(226,144,107); }
div.DivClassName
{
background-color: #E2906B;
}
.BgClassName
{
background-color: #E2906B;
}
</style>
border-color css
<style>
span { border-color: #E2906B; }
span { border-color: rgb(226,144,107); }
td.TdClassName
{
border-color: #E2906B;
}
.TagClassName
{
border-color: #E2906B;
}
</style>