Shades of Copper #E5916D
Tints of Copper #E5916D
RGB
CMYK
RGB Variations
Color information
#E5916D (or 0xE5916D) is known color: Copper. HEX triplet: E5, 91 and 6D. RGB value is (229,145,109). Sum of RGB (Red+Green+Blue) = 229+145+109=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5916D is #1A6E92. Grayscale: #A6A6A6. Windows color (decimal): -1732243 or 7180773. OLE color: 7180773.
HSL color Cylindrical-coordinate representation of color #E5916D: hue angle of 18º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5916D is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 109 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.10 |
| HSL | 18º | 0.7% | 0.66% | - |
| HSV(B) | 18º | 0.52% | 0.9% | - |
| XYZ | 45.2 | 38.01 | 19.42 | - |
| YUV | 166.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 109 | 0 | 0.37 | 0.52 | 0.10 | 18 | 0.7 | 0.66 |
| Hex | E5 | 91 | 6D | 0 | 25 | 34 | A | 12 | 46 | 42 |
| Octal | 345 | 221 | 155 | 0 | 45 | 64 | 12 | 22 | 106 | 102 |
| Binary | 11100101 | 10010001 | 1101101 | 0 | 100101 | 110100 | 1010 | 10010 | 1000110 | 1000010 |
Color Harmonies of #E5916D
Complementary color
Monochromatic Colors of #E5916D
Black with #E5916D
Text Example
Text Example
White with #E5916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5916D; }
p { color: rgb(229,145,109); }
H1.HeaderClassName
{
color: #E5916D;
}
.AnyTagClassName
{
color: #E5916D;
}
</style>
background-color css
<style>
a { background-color: #E5916D; }
a { background-color: rgb(229,145,109); }
div.DivClassName
{
background-color: #E5916D;
}
.BgClassName
{
background-color: #E5916D;
}
</style>
border-color css
<style>
span { border-color: #E5916D; }
span { border-color: rgb(229,145,109); }
td.TdClassName
{
border-color: #E5916D;
}
.TagClassName
{
border-color: #E5916D;
}
</style>