Shades of Copper #E5906C
Tints of Copper #E5906C
RGB
CMYK
RGB Variations
Color information
#E5906C (or 0xE5906C) is known color: Copper. HEX triplet: E5, 90 and 6C. RGB value is (229,144,108). Sum of RGB (Red+Green+Blue) = 229+144+108=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5906C is #1A6F93. Grayscale: #A5A5A5. Windows color (decimal): -1732500 or 7114981. OLE color: 7114981.
HSL color Cylindrical-coordinate representation of color #E5906C: hue angle of 17.85º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5906C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 108 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.10 |
| HSL | 17.85º | 0.7% | 0.66% | - |
| HSV(B) | 17.85º | 0.53% | 0.9% | - |
| XYZ | 44.99 | 37.69 | 19.09 | - |
| YUV | 165.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 108 | 0 | 0.37 | 0.53 | 0.10 | 17.85 | 0.7 | 0.66 |
| Hex | E5 | 90 | 6C | 0 | 25 | 35 | A | 12 | 46 | 42 |
| Octal | 345 | 220 | 154 | 0 | 45 | 65 | 12 | 22 | 106 | 102 |
| Binary | 11100101 | 10010000 | 1101100 | 0 | 100101 | 110101 | 1010 | 10010 | 1000110 | 1000010 |
Color Harmonies of #E5906C
Complementary color
Monochromatic Colors of #E5906C
Black with #E5906C
Text Example
Text Example
White with #E5906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5906C; }
p { color: rgb(229,144,108); }
H1.HeaderClassName
{
color: #E5906C;
}
.AnyTagClassName
{
color: #E5906C;
}
</style>
background-color css
<style>
a { background-color: #E5906C; }
a { background-color: rgb(229,144,108); }
div.DivClassName
{
background-color: #E5906C;
}
.BgClassName
{
background-color: #E5906C;
}
</style>
border-color css
<style>
span { border-color: #E5906C; }
span { border-color: rgb(229,144,108); }
td.TdClassName
{
border-color: #E5906C;
}
.TagClassName
{
border-color: #E5906C;
}
</style>