Shades of Copper #E5916C
Tints of Copper #E5916C
RGB
CMYK
RGB Variations
Color information
#E5916C (or 0xE5916C) is known color: Copper. HEX triplet: E5, 91 and 6C. RGB value is (229,145,108). Sum of RGB (Red+Green+Blue) = 229+145+108=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5916C is #1A6E93. Grayscale: #A6A6A6. Windows color (decimal): -1732244 or 7115237. OLE color: 7115237.
HSL color Cylindrical-coordinate representation of color #E5916C: hue angle of 18.35º 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 #E5916C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 108 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.10 |
| HSL | 18.35º | 0.7% | 0.66% | - |
| HSV(B) | 18.35º | 0.53% | 0.9% | - |
| XYZ | 45.15 | 37.99 | 19.14 | - |
| YUV | 165.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 108 | 0 | 0.37 | 0.53 | 0.10 | 18.35 | 0.7 | 0.66 |
| Hex | E5 | 91 | 6C | 0 | 25 | 35 | A | 12 | 46 | 42 |
| Octal | 345 | 221 | 154 | 0 | 45 | 65 | 12 | 22 | 106 | 102 |
| Binary | 11100101 | 10010001 | 1101100 | 0 | 100101 | 110101 | 1010 | 10010 | 1000110 | 1000010 |
Color Harmonies of #E5916C
Complementary color
Monochromatic Colors of #E5916C
Black with #E5916C
Text Example
Text Example
White with #E5916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5916C; }
p { color: rgb(229,145,108); }
H1.HeaderClassName
{
color: #E5916C;
}
.AnyTagClassName
{
color: #E5916C;
}
</style>
background-color css
<style>
a { background-color: #E5916C; }
a { background-color: rgb(229,145,108); }
div.DivClassName
{
background-color: #E5916C;
}
.BgClassName
{
background-color: #E5916C;
}
</style>
border-color css
<style>
span { border-color: #E5916C; }
span { border-color: rgb(229,145,108); }
td.TdClassName
{
border-color: #E5916C;
}
.TagClassName
{
border-color: #E5916C;
}
</style>