Shades of Copper #E1926F
Tints of Copper #E1926F
RGB
CMYK
RGB Variations
Color information
#E1926F (or 0xE1926F) is known color: Copper. HEX triplet: E1, 92 and 6F. RGB value is (225,146,111). Sum of RGB (Red+Green+Blue) = 225+146+111=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1926F is #1E6D90. Grayscale: #A5A5A5. Windows color (decimal): -1994129 or 7312097. OLE color: 7312097.
HSL color Cylindrical-coordinate representation of color #E1926F: hue angle of 18.42º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1926F is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 111 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.12 |
| HSL | 18.42º | 0.66% | 0.66% | - |
| HSV(B) | 18.42º | 0.51% | 0.88% | - |
| XYZ | 44.2 | 37.71 | 19.99 | - |
| YUV | 165.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 111 | 0 | 0.35 | 0.51 | 0.12 | 18.42 | 0.66 | 0.66 |
| Hex | E1 | 92 | 6F | 0 | 23 | 33 | C | 12 | 42 | 42 |
| Octal | 341 | 222 | 157 | 0 | 43 | 63 | 14 | 22 | 102 | 102 |
| Binary | 11100001 | 10010010 | 1101111 | 0 | 100011 | 110011 | 1100 | 10010 | 1000010 | 1000010 |
Color Harmonies of #E1926F
Complementary color
Monochromatic Colors of #E1926F
Black with #E1926F
Text Example
Text Example
White with #E1926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1926F; }
p { color: rgb(225,146,111); }
H1.HeaderClassName
{
color: #E1926F;
}
.AnyTagClassName
{
color: #E1926F;
}
</style>
background-color css
<style>
a { background-color: #E1926F; }
a { background-color: rgb(225,146,111); }
div.DivClassName
{
background-color: #E1926F;
}
.BgClassName
{
background-color: #E1926F;
}
</style>
border-color css
<style>
span { border-color: #E1926F; }
span { border-color: rgb(225,146,111); }
td.TdClassName
{
border-color: #E1926F;
}
.TagClassName
{
border-color: #E1926F;
}
</style>