Shades of Copper #E1906F
Tints of Copper #E1906F
RGB
CMYK
RGB Variations
Color information
#E1906F (or 0xE1906F) is known color: Copper. HEX triplet: E1, 90 and 6F. RGB value is (225,144,111). Sum of RGB (Red+Green+Blue) = 225+144+111=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1906F is #1E6F90. Grayscale: #A4A4A4. Windows color (decimal): -1994641 or 7311585. OLE color: 7311585.
HSL color Cylindrical-coordinate representation of color #E1906F: hue angle of 17.37º 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 #E1906F is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 111 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.12 |
| HSL | 17.37º | 0.66% | 0.66% | - |
| HSV(B) | 17.37º | 0.51% | 0.88% | - |
| XYZ | 43.89 | 37.1 | 19.89 | - |
| YUV | 164.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 111 | 0 | 0.36 | 0.51 | 0.12 | 17.37 | 0.66 | 0.66 |
| Hex | E1 | 90 | 6F | 0 | 24 | 33 | C | 11 | 42 | 42 |
| Octal | 341 | 220 | 157 | 0 | 44 | 63 | 14 | 21 | 102 | 102 |
| Binary | 11100001 | 10010000 | 1101111 | 0 | 100100 | 110011 | 1100 | 10001 | 1000010 | 1000010 |
Color Harmonies of #E1906F
Complementary color
Monochromatic Colors of #E1906F
Black with #E1906F
Text Example
Text Example
White with #E1906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1906F; }
p { color: rgb(225,144,111); }
H1.HeaderClassName
{
color: #E1906F;
}
.AnyTagClassName
{
color: #E1906F;
}
</style>
background-color css
<style>
a { background-color: #E1906F; }
a { background-color: rgb(225,144,111); }
div.DivClassName
{
background-color: #E1906F;
}
.BgClassName
{
background-color: #E1906F;
}
</style>
border-color css
<style>
span { border-color: #E1906F; }
span { border-color: rgb(225,144,111); }
td.TdClassName
{
border-color: #E1906F;
}
.TagClassName
{
border-color: #E1906F;
}
</style>