Shades of Copper #E19266
Tints of Copper #E19266
RGB
CMYK
RGB Variations
Color information
#E19266 (or 0xE19266) is known color: Copper. HEX triplet: E1, 92 and 66. RGB value is (225,146,102). Sum of RGB (Red+Green+Blue) = 225+146+102=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E19266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19266 is #1E6D99. Grayscale: #A4A4A4. Windows color (decimal): -1994138 or 6722273. OLE color: 6722273.
HSL color Cylindrical-coordinate representation of color #E19266: hue angle of 21.46º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E19266 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 102 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.12 |
| HSL | 21.46º | 0.67% | 0.64% | - |
| HSV(B) | 21.46º | 0.55% | 0.88% | - |
| XYZ | 43.73 | 37.52 | 17.51 | - |
| YUV | 164.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 102 | 0 | 0.35 | 0.55 | 0.12 | 21.46 | 0.67 | 0.64 |
| Hex | E1 | 92 | 66 | 0 | 23 | 37 | C | 15 | 43 | 40 |
| Octal | 341 | 222 | 146 | 0 | 43 | 67 | 14 | 25 | 103 | 100 |
| Binary | 11100001 | 10010010 | 1100110 | 0 | 100011 | 110111 | 1100 | 10101 | 1000011 | 1000000 |
Color Harmonies of #E19266
Complementary color
Monochromatic Colors of #E19266
Black with #E19266
Text Example
Text Example
White with #E19266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19266; }
p { color: rgb(225,146,102); }
H1.HeaderClassName
{
color: #E19266;
}
.AnyTagClassName
{
color: #E19266;
}
</style>
background-color css
<style>
a { background-color: #E19266; }
a { background-color: rgb(225,146,102); }
div.DivClassName
{
background-color: #E19266;
}
.BgClassName
{
background-color: #E19266;
}
</style>
border-color css
<style>
span { border-color: #E19266; }
span { border-color: rgb(225,146,102); }
td.TdClassName
{
border-color: #E19266;
}
.TagClassName
{
border-color: #E19266;
}
</style>