Shades of Copper #E19067
Tints of Copper #E19067
RGB
CMYK
RGB Variations
Color information
#E19067 (or 0xE19067) is known color: Copper. HEX triplet: E1, 90 and 67. RGB value is (225,144,103). Sum of RGB (Red+Green+Blue) = 225+144+103=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E19067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19067 is #1E6F98. Grayscale: #A3A3A3. Windows color (decimal): -1994649 or 6787297. OLE color: 6787297.
HSL color Cylindrical-coordinate representation of color #E19067: hue angle of 20.16º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E19067 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 103 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.12 |
| HSL | 20.16º | 0.67% | 0.64% | - |
| HSV(B) | 20.16º | 0.54% | 0.88% | - |
| XYZ | 43.47 | 36.93 | 17.67 | - |
| YUV | 163.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 103 | 0 | 0.36 | 0.54 | 0.12 | 20.16 | 0.67 | 0.64 |
| Hex | E1 | 90 | 67 | 0 | 24 | 36 | C | 14 | 43 | 40 |
| Octal | 341 | 220 | 147 | 0 | 44 | 66 | 14 | 24 | 103 | 100 |
| Binary | 11100001 | 10010000 | 1100111 | 0 | 100100 | 110110 | 1100 | 10100 | 1000011 | 1000000 |
Color Harmonies of #E19067
Complementary color
Monochromatic Colors of #E19067
Black with #E19067
Text Example
Text Example
White with #E19067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19067; }
p { color: rgb(225,144,103); }
H1.HeaderClassName
{
color: #E19067;
}
.AnyTagClassName
{
color: #E19067;
}
</style>
background-color css
<style>
a { background-color: #E19067; }
a { background-color: rgb(225,144,103); }
div.DivClassName
{
background-color: #E19067;
}
.BgClassName
{
background-color: #E19067;
}
</style>
border-color css
<style>
span { border-color: #E19067; }
span { border-color: rgb(225,144,103); }
td.TdClassName
{
border-color: #E19067;
}
.TagClassName
{
border-color: #E19067;
}
</style>