Shades of Copper #E19568
Tints of Copper #E19568
RGB
CMYK
RGB Variations
Color information
#E19568 (or 0xE19568) is known color: Copper. HEX triplet: E1, 95 and 68. RGB value is (225,149,104). Sum of RGB (Red+Green+Blue) = 225+149+104=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E19568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19568 is #1E6A97. Grayscale: #A6A6A6. Windows color (decimal): -1993368 or 6854113. OLE color: 6854113.
HSL color Cylindrical-coordinate representation of color #E19568: hue angle of 22.31º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E19568 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 104 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.12 |
| HSL | 22.31º | 0.67% | 0.65% | - |
| HSV(B) | 22.31º | 0.54% | 0.88% | - |
| XYZ | 44.3 | 38.5 | 18.19 | - |
| YUV | 166.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 104 | 0 | 0.34 | 0.54 | 0.12 | 22.31 | 0.67 | 0.65 |
| Hex | E1 | 95 | 68 | 0 | 22 | 36 | C | 16 | 43 | 41 |
| Octal | 341 | 225 | 150 | 0 | 42 | 66 | 14 | 26 | 103 | 101 |
| Binary | 11100001 | 10010101 | 1101000 | 0 | 100010 | 110110 | 1100 | 10110 | 1000011 | 1000001 |
Color Harmonies of #E19568
Complementary color
Monochromatic Colors of #E19568
Black with #E19568
Text Example
Text Example
White with #E19568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19568; }
p { color: rgb(225,149,104); }
H1.HeaderClassName
{
color: #E19568;
}
.AnyTagClassName
{
color: #E19568;
}
</style>
background-color css
<style>
a { background-color: #E19568; }
a { background-color: rgb(225,149,104); }
div.DivClassName
{
background-color: #E19568;
}
.BgClassName
{
background-color: #E19568;
}
</style>
border-color css
<style>
span { border-color: #E19568; }
span { border-color: rgb(225,149,104); }
td.TdClassName
{
border-color: #E19568;
}
.TagClassName
{
border-color: #E19568;
}
</style>