Shades of Copper #E19069
Tints of Copper #E19069
RGB
CMYK
RGB Variations
Color information
#E19069 (or 0xE19069) is known color: Copper. HEX triplet: E1, 90 and 69. RGB value is (225,144,105). Sum of RGB (Red+Green+Blue) = 225+144+105=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E19069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19069 is #1E6F96. Grayscale: #A4A4A4. Windows color (decimal): -1994647 or 6918369. OLE color: 6918369.
HSL color Cylindrical-coordinate representation of color #E19069: hue angle of 19.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E19069 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 105 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.12 |
| HSL | 19.5º | 0.67% | 0.65% | - |
| HSV(B) | 19.5º | 0.53% | 0.88% | - |
| XYZ | 43.57 | 36.97 | 18.2 | - |
| YUV | 163.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 105 | 0 | 0.36 | 0.53 | 0.12 | 19.5 | 0.67 | 0.65 |
| Hex | E1 | 90 | 69 | 0 | 24 | 35 | C | 14 | 43 | 41 |
| Octal | 341 | 220 | 151 | 0 | 44 | 65 | 14 | 24 | 103 | 101 |
| Binary | 11100001 | 10010000 | 1101001 | 0 | 100100 | 110101 | 1100 | 10100 | 1000011 | 1000001 |
Color Harmonies of #E19069
Complementary color
Monochromatic Colors of #E19069
Black with #E19069
Text Example
Text Example
White with #E19069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19069; }
p { color: rgb(225,144,105); }
H1.HeaderClassName
{
color: #E19069;
}
.AnyTagClassName
{
color: #E19069;
}
</style>
background-color css
<style>
a { background-color: #E19069; }
a { background-color: rgb(225,144,105); }
div.DivClassName
{
background-color: #E19069;
}
.BgClassName
{
background-color: #E19069;
}
</style>
border-color css
<style>
span { border-color: #E19069; }
span { border-color: rgb(225,144,105); }
td.TdClassName
{
border-color: #E19069;
}
.TagClassName
{
border-color: #E19069;
}
</style>