Shades of Copper #E1906C
Tints of Copper #E1906C
RGB
CMYK
RGB Variations
Color information
#E1906C (or 0xE1906C) is known color: Copper. HEX triplet: E1, 90 and 6C. RGB value is (225,144,108). Sum of RGB (Red+Green+Blue) = 225+144+108=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1906C is #1E6F93. Grayscale: #A4A4A4. Windows color (decimal): -1994644 or 7114977. OLE color: 7114977.
HSL color Cylindrical-coordinate representation of color #E1906C: hue angle of 18.46º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1906C is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 108 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.12 |
| HSL | 18.46º | 0.66% | 0.65% | - |
| HSV(B) | 18.46º | 0.52% | 0.88% | - |
| XYZ | 43.73 | 37.04 | 19.03 | - |
| YUV | 164.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 108 | 0 | 0.36 | 0.52 | 0.12 | 18.46 | 0.66 | 0.65 |
| Hex | E1 | 90 | 6C | 0 | 24 | 34 | C | 12 | 42 | 41 |
| Octal | 341 | 220 | 154 | 0 | 44 | 64 | 14 | 22 | 102 | 101 |
| Binary | 11100001 | 10010000 | 1101100 | 0 | 100100 | 110100 | 1100 | 10010 | 1000010 | 1000001 |
Color Harmonies of #E1906C
Complementary color
Monochromatic Colors of #E1906C
Black with #E1906C
Text Example
Text Example
White with #E1906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1906C; }
p { color: rgb(225,144,108); }
H1.HeaderClassName
{
color: #E1906C;
}
.AnyTagClassName
{
color: #E1906C;
}
</style>
background-color css
<style>
a { background-color: #E1906C; }
a { background-color: rgb(225,144,108); }
div.DivClassName
{
background-color: #E1906C;
}
.BgClassName
{
background-color: #E1906C;
}
</style>
border-color css
<style>
span { border-color: #E1906C; }
span { border-color: rgb(225,144,108); }
td.TdClassName
{
border-color: #E1906C;
}
.TagClassName
{
border-color: #E1906C;
}
</style>