Shades of Copper #E19565
Tints of Copper #E19565
RGB
CMYK
RGB Variations
Color information
#E19565 (or 0xE19565) is known color: Copper. HEX triplet: E1, 95 and 65. RGB value is (225,149,101). Sum of RGB (Red+Green+Blue) = 225+149+101=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E19565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19565 is #1E6A9A. Grayscale: #A6A6A6. Windows color (decimal): -1993371 or 6657505. OLE color: 6657505.
HSL color Cylindrical-coordinate representation of color #E19565: hue angle of 23.23º 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 #E19565 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 101 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.12 |
| HSL | 23.23º | 0.67% | 0.64% | - |
| HSV(B) | 23.23º | 0.55% | 0.88% | - |
| XYZ | 44.15 | 38.44 | 17.41 | - |
| YUV | 166.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 101 | 0 | 0.34 | 0.55 | 0.12 | 23.23 | 0.67 | 0.64 |
| Hex | E1 | 95 | 65 | 0 | 22 | 37 | C | 17 | 43 | 40 |
| Octal | 341 | 225 | 145 | 0 | 42 | 67 | 14 | 27 | 103 | 100 |
| Binary | 11100001 | 10010101 | 1100101 | 0 | 100010 | 110111 | 1100 | 10111 | 1000011 | 1000000 |
Color Harmonies of #E19565
Complementary color
Monochromatic Colors of #E19565
Black with #E19565
Text Example
Text Example
White with #E19565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19565; }
p { color: rgb(225,149,101); }
H1.HeaderClassName
{
color: #E19565;
}
.AnyTagClassName
{
color: #E19565;
}
</style>
background-color css
<style>
a { background-color: #E19565; }
a { background-color: rgb(225,149,101); }
div.DivClassName
{
background-color: #E19565;
}
.BgClassName
{
background-color: #E19565;
}
</style>
border-color css
<style>
span { border-color: #E19565; }
span { border-color: rgb(225,149,101); }
td.TdClassName
{
border-color: #E19565;
}
.TagClassName
{
border-color: #E19565;
}
</style>