Shades of Copper #E1906D
Tints of Copper #E1906D
RGB
CMYK
RGB Variations
Color information
#E1906D (or 0xE1906D) is known color: Copper. HEX triplet: E1, 90 and 6D. RGB value is (225,144,109). Sum of RGB (Red+Green+Blue) = 225+144+109=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1906D is #1E6F92. Grayscale: #A4A4A4. Windows color (decimal): -1994643 or 7180513. OLE color: 7180513.
HSL color Cylindrical-coordinate representation of color #E1906D: hue angle of 18.1º 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 #E1906D is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 109 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.12 |
| HSL | 18.1º | 0.66% | 0.65% | - |
| HSV(B) | 18.1º | 0.52% | 0.88% | - |
| XYZ | 43.78 | 37.06 | 19.31 | - |
| YUV | 164.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 109 | 0 | 0.36 | 0.52 | 0.12 | 18.1 | 0.66 | 0.65 |
| Hex | E1 | 90 | 6D | 0 | 24 | 34 | C | 12 | 42 | 41 |
| Octal | 341 | 220 | 155 | 0 | 44 | 64 | 14 | 22 | 102 | 101 |
| Binary | 11100001 | 10010000 | 1101101 | 0 | 100100 | 110100 | 1100 | 10010 | 1000010 | 1000001 |
Color Harmonies of #E1906D
Complementary color
Monochromatic Colors of #E1906D
Black with #E1906D
Text Example
Text Example
White with #E1906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1906D; }
p { color: rgb(225,144,109); }
H1.HeaderClassName
{
color: #E1906D;
}
.AnyTagClassName
{
color: #E1906D;
}
</style>
background-color css
<style>
a { background-color: #E1906D; }
a { background-color: rgb(225,144,109); }
div.DivClassName
{
background-color: #E1906D;
}
.BgClassName
{
background-color: #E1906D;
}
</style>
border-color css
<style>
span { border-color: #E1906D; }
span { border-color: rgb(225,144,109); }
td.TdClassName
{
border-color: #E1906D;
}
.TagClassName
{
border-color: #E1906D;
}
</style>