Shades of Copper #E19466
Tints of Copper #E19466
RGB
CMYK
RGB Variations
Color information
#E19466 (or 0xE19466) is known color: Copper. HEX triplet: E1, 94 and 66. RGB value is (225,148,102). Sum of RGB (Red+Green+Blue) = 225+148+102=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E19466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19466 is #1E6B99. Grayscale: #A6A6A6. Windows color (decimal): -1993626 or 6722785. OLE color: 6722785.
HSL color Cylindrical-coordinate representation of color #E19466: hue angle of 22.44º 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 #E19466 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 102 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.12 |
| HSL | 22.44º | 0.67% | 0.64% | - |
| HSV(B) | 22.44º | 0.55% | 0.88% | - |
| XYZ | 44.04 | 38.15 | 17.61 | - |
| YUV | 165.78 | 92.01 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 102 | 0 | 0.34 | 0.55 | 0.12 | 22.44 | 0.67 | 0.64 |
| Hex | E1 | 94 | 66 | 0 | 22 | 37 | C | 16 | 43 | 40 |
| Octal | 341 | 224 | 146 | 0 | 42 | 67 | 14 | 26 | 103 | 100 |
| Binary | 11100001 | 10010100 | 1100110 | 0 | 100010 | 110111 | 1100 | 10110 | 1000011 | 1000000 |
Color Harmonies of #E19466
Complementary color
Monochromatic Colors of #E19466
Black with #E19466
Text Example
Text Example
White with #E19466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19466; }
p { color: rgb(225,148,102); }
H1.HeaderClassName
{
color: #E19466;
}
.AnyTagClassName
{
color: #E19466;
}
</style>
background-color css
<style>
a { background-color: #E19466; }
a { background-color: rgb(225,148,102); }
div.DivClassName
{
background-color: #E19466;
}
.BgClassName
{
background-color: #E19466;
}
</style>
border-color css
<style>
span { border-color: #E19466; }
span { border-color: rgb(225,148,102); }
td.TdClassName
{
border-color: #E19466;
}
.TagClassName
{
border-color: #E19466;
}
</style>