Shades of Copper #E19263
Tints of Copper #E19263
RGB
CMYK
RGB Variations
Color information
#E19263 (or 0xE19263) is known color: Copper. HEX triplet: E1, 92 and 63. RGB value is (225,146,99). Sum of RGB (Red+Green+Blue) = 225+146+99=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E19263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19263 is #1E6D9C. Grayscale: #A4A4A4. Windows color (decimal): -1994141 or 6525665. OLE color: 6525665.
HSL color Cylindrical-coordinate representation of color #E19263: hue angle of 22.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E19263 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 99 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.12 |
| HSL | 22.38º | 0.68% | 0.64% | - |
| HSV(B) | 22.38º | 0.56% | 0.88% | - |
| XYZ | 43.58 | 37.47 | 16.74 | - |
| YUV | 164.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 99 | 0 | 0.35 | 0.56 | 0.12 | 22.38 | 0.68 | 0.64 |
| Hex | E1 | 92 | 63 | 0 | 23 | 38 | C | 16 | 44 | 40 |
| Octal | 341 | 222 | 143 | 0 | 43 | 70 | 14 | 26 | 104 | 100 |
| Binary | 11100001 | 10010010 | 1100011 | 0 | 100011 | 111000 | 1100 | 10110 | 1000100 | 1000000 |
Color Harmonies of #E19263
Complementary color
Monochromatic Colors of #E19263
Black with #E19263
Text Example
Text Example
White with #E19263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19263; }
p { color: rgb(225,146,99); }
H1.HeaderClassName
{
color: #E19263;
}
.AnyTagClassName
{
color: #E19263;
}
</style>
background-color css
<style>
a { background-color: #E19263; }
a { background-color: rgb(225,146,99); }
div.DivClassName
{
background-color: #E19263;
}
.BgClassName
{
background-color: #E19263;
}
</style>
border-color css
<style>
span { border-color: #E19263; }
span { border-color: rgb(225,146,99); }
td.TdClassName
{
border-color: #E19263;
}
.TagClassName
{
border-color: #E19263;
}
</style>