Shades of Copper #E2906C
Tints of Copper #E2906C
RGB
CMYK
RGB Variations
Color information
#E2906C (or 0xE2906C) is known color: Copper. HEX triplet: E2, 90 and 6C. RGB value is (226,144,108). Sum of RGB (Red+Green+Blue) = 226+144+108=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2906C is #1D6F93. Grayscale: #A4A4A4. Windows color (decimal): -1929108 or 7114978. OLE color: 7114978.
HSL color Cylindrical-coordinate representation of color #E2906C: hue angle of 18.31º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2906C is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 108 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.11 |
| HSL | 18.31º | 0.67% | 0.65% | - |
| HSV(B) | 18.31º | 0.52% | 0.89% | - |
| XYZ | 44.04 | 37.2 | 19.05 | - |
| YUV | 164.41 | 96.17 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 108 | 0 | 0.36 | 0.52 | 0.11 | 18.31 | 0.67 | 0.65 |
| Hex | E2 | 90 | 6C | 0 | 24 | 34 | B | 12 | 43 | 41 |
| Octal | 342 | 220 | 154 | 0 | 44 | 64 | 13 | 22 | 103 | 101 |
| Binary | 11100010 | 10010000 | 1101100 | 0 | 100100 | 110100 | 1011 | 10010 | 1000011 | 1000001 |
Color Harmonies of #E2906C
Complementary color
Monochromatic Colors of #E2906C
Black with #E2906C
Text Example
Text Example
White with #E2906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2906C; }
p { color: rgb(226,144,108); }
H1.HeaderClassName
{
color: #E2906C;
}
.AnyTagClassName
{
color: #E2906C;
}
</style>
background-color css
<style>
a { background-color: #E2906C; }
a { background-color: rgb(226,144,108); }
div.DivClassName
{
background-color: #E2906C;
}
.BgClassName
{
background-color: #E2906C;
}
</style>
border-color css
<style>
span { border-color: #E2906C; }
span { border-color: rgb(226,144,108); }
td.TdClassName
{
border-color: #E2906C;
}
.TagClassName
{
border-color: #E2906C;
}
</style>