Shades of Copper #E19165
Tints of Copper #E19165
RGB
CMYK
RGB Variations
Color information
#E19165 (or 0xE19165) is known color: Copper. HEX triplet: E1, 91 and 65. RGB value is (225,145,101). Sum of RGB (Red+Green+Blue) = 225+145+101=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E19165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19165 is #1E6E9A. Grayscale: #A4A4A4. Windows color (decimal): -1994395 or 6656481. OLE color: 6656481.
HSL color Cylindrical-coordinate representation of color #E19165: hue angle of 21.29º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E19165 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 101 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.12 |
| HSL | 21.29º | 0.67% | 0.64% | - |
| HSV(B) | 21.29º | 0.55% | 0.88% | - |
| XYZ | 43.53 | 37.2 | 17.2 | - |
| YUV | 163.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 101 | 0 | 0.36 | 0.55 | 0.12 | 21.29 | 0.67 | 0.64 |
| Hex | E1 | 91 | 65 | 0 | 24 | 37 | C | 15 | 43 | 40 |
| Octal | 341 | 221 | 145 | 0 | 44 | 67 | 14 | 25 | 103 | 100 |
| Binary | 11100001 | 10010001 | 1100101 | 0 | 100100 | 110111 | 1100 | 10101 | 1000011 | 1000000 |
Color Harmonies of #E19165
Complementary color
Monochromatic Colors of #E19165
Black with #E19165
Text Example
Text Example
White with #E19165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19165; }
p { color: rgb(225,145,101); }
H1.HeaderClassName
{
color: #E19165;
}
.AnyTagClassName
{
color: #E19165;
}
</style>
background-color css
<style>
a { background-color: #E19165; }
a { background-color: rgb(225,145,101); }
div.DivClassName
{
background-color: #E19165;
}
.BgClassName
{
background-color: #E19165;
}
</style>
border-color css
<style>
span { border-color: #E19165; }
span { border-color: rgb(225,145,101); }
td.TdClassName
{
border-color: #E19165;
}
.TagClassName
{
border-color: #E19165;
}
</style>