Shades of Copper #E1956B
Tints of Copper #E1956B
RGB
CMYK
RGB Variations
Color information
#E1956B (or 0xE1956B) is known color: Copper. HEX triplet: E1, 95 and 6B. RGB value is (225,149,107). Sum of RGB (Red+Green+Blue) = 225+149+107=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1956B is #1E6A94. Grayscale: #A7A7A7. Windows color (decimal): -1993365 or 7050721. OLE color: 7050721.
HSL color Cylindrical-coordinate representation of color #E1956B: hue angle of 21.36º 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 #E1956B is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 107 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.12 |
| HSL | 21.36º | 0.66% | 0.65% | - |
| HSV(B) | 21.36º | 0.52% | 0.88% | - |
| XYZ | 44.45 | 38.56 | 19.01 | - |
| YUV | 166.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 107 | 0 | 0.34 | 0.52 | 0.12 | 21.36 | 0.66 | 0.65 |
| Hex | E1 | 95 | 6B | 0 | 22 | 34 | C | 15 | 42 | 41 |
| Octal | 341 | 225 | 153 | 0 | 42 | 64 | 14 | 25 | 102 | 101 |
| Binary | 11100001 | 10010101 | 1101011 | 0 | 100010 | 110100 | 1100 | 10101 | 1000010 | 1000001 |
Color Harmonies of #E1956B
Complementary color
Monochromatic Colors of #E1956B
Black with #E1956B
Text Example
Text Example
White with #E1956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1956B; }
p { color: rgb(225,149,107); }
H1.HeaderClassName
{
color: #E1956B;
}
.AnyTagClassName
{
color: #E1956B;
}
</style>
background-color css
<style>
a { background-color: #E1956B; }
a { background-color: rgb(225,149,107); }
div.DivClassName
{
background-color: #E1956B;
}
.BgClassName
{
background-color: #E1956B;
}
</style>
border-color css
<style>
span { border-color: #E1956B; }
span { border-color: rgb(225,149,107); }
td.TdClassName
{
border-color: #E1956B;
}
.TagClassName
{
border-color: #E1956B;
}
</style>