Shades of Copper #E1936D
Tints of Copper #E1936D
RGB
CMYK
RGB Variations
Color information
#E1936D (or 0xE1936D) is known color: Copper. HEX triplet: E1, 93 and 6D. RGB value is (225,147,109). Sum of RGB (Red+Green+Blue) = 225+147+109=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1936D is #1E6C92. Grayscale: #A6A6A6. Windows color (decimal): -1993875 or 7181281. OLE color: 7181281.
HSL color Cylindrical-coordinate representation of color #E1936D: hue angle of 19.66º 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 #E1936D is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 109 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.12 |
| HSL | 19.66º | 0.66% | 0.65% | - |
| HSV(B) | 19.66º | 0.52% | 0.88% | - |
| XYZ | 44.25 | 37.98 | 19.47 | - |
| YUV | 165.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 109 | 0 | 0.35 | 0.52 | 0.12 | 19.66 | 0.66 | 0.65 |
| Hex | E1 | 93 | 6D | 0 | 23 | 34 | C | 14 | 42 | 41 |
| Octal | 341 | 223 | 155 | 0 | 43 | 64 | 14 | 24 | 102 | 101 |
| Binary | 11100001 | 10010011 | 1101101 | 0 | 100011 | 110100 | 1100 | 10100 | 1000010 | 1000001 |
Color Harmonies of #E1936D
Complementary color
Monochromatic Colors of #E1936D
Black with #E1936D
Text Example
Text Example
White with #E1936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1936D; }
p { color: rgb(225,147,109); }
H1.HeaderClassName
{
color: #E1936D;
}
.AnyTagClassName
{
color: #E1936D;
}
</style>
background-color css
<style>
a { background-color: #E1936D; }
a { background-color: rgb(225,147,109); }
div.DivClassName
{
background-color: #E1936D;
}
.BgClassName
{
background-color: #E1936D;
}
</style>
border-color css
<style>
span { border-color: #E1936D; }
span { border-color: rgb(225,147,109); }
td.TdClassName
{
border-color: #E1936D;
}
.TagClassName
{
border-color: #E1936D;
}
</style>