Shades of Copper #E19270
Tints of Copper #E19270
RGB
CMYK
RGB Variations
Color information
#E19270 (or 0xE19270) is known color: Copper. HEX triplet: E1, 92 and 70. RGB value is (225,146,112). Sum of RGB (Red+Green+Blue) = 225+146+112=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E19270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19270 is #1E6D8F. Grayscale: #A5A5A5. Windows color (decimal): -1994128 or 7377633. OLE color: 7377633.
HSL color Cylindrical-coordinate representation of color #E19270: hue angle of 18.05º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E19270 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 112 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.12 |
| HSL | 18.05º | 0.65% | 0.66% | - |
| HSV(B) | 18.05º | 0.5% | 0.88% | - |
| XYZ | 44.25 | 37.74 | 20.28 | - |
| YUV | 165.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 112 | 0 | 0.35 | 0.50 | 0.12 | 18.05 | 0.65 | 0.66 |
| Hex | E1 | 92 | 70 | 0 | 23 | 32 | C | 12 | 41 | 42 |
| Octal | 341 | 222 | 160 | 0 | 43 | 62 | 14 | 22 | 101 | 102 |
| Binary | 11100001 | 10010010 | 1110000 | 0 | 100011 | 110010 | 1100 | 10010 | 1000001 | 1000010 |
Color Harmonies of #E19270
Complementary color
Monochromatic Colors of #E19270
Black with #E19270
Text Example
Text Example
White with #E19270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19270; }
p { color: rgb(225,146,112); }
H1.HeaderClassName
{
color: #E19270;
}
.AnyTagClassName
{
color: #E19270;
}
</style>
background-color css
<style>
a { background-color: #E19270; }
a { background-color: rgb(225,146,112); }
div.DivClassName
{
background-color: #E19270;
}
.BgClassName
{
background-color: #E19270;
}
</style>
border-color css
<style>
span { border-color: #E19270; }
span { border-color: rgb(225,146,112); }
td.TdClassName
{
border-color: #E19270;
}
.TagClassName
{
border-color: #E19270;
}
</style>