Shades of Copper #E1856B
Tints of Copper #E1856B
RGB
CMYK
RGB Variations
Color information
#E1856B (or 0xE1856B) is known color: Copper. HEX triplet: E1, 85 and 6B. RGB value is (225,133,107). Sum of RGB (Red+Green+Blue) = 225+133+107=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1856B is #1E7A94. Grayscale: #9D9D9D. Windows color (decimal): -1997461 or 7046625. OLE color: 7046625.
HSL color Cylindrical-coordinate representation of color #E1856B: hue angle of 13.22º 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 #E1856B is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 107 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.12 |
| HSL | 13.22º | 0.66% | 0.65% | - |
| HSV(B) | 13.22º | 0.52% | 0.88% | - |
| XYZ | 42.09 | 33.84 | 18.22 | - |
| YUV | 157.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 107 | 0 | 0.41 | 0.52 | 0.12 | 13.22 | 0.66 | 0.65 |
| Hex | E1 | 85 | 6B | 0 | 29 | 34 | C | D | 42 | 41 |
| Octal | 341 | 205 | 153 | 0 | 51 | 64 | 14 | 15 | 102 | 101 |
| Binary | 11100001 | 10000101 | 1101011 | 0 | 101001 | 110100 | 1100 | 1101 | 1000010 | 1000001 |
Color Harmonies of #E1856B
Complementary color
Monochromatic Colors of #E1856B
Black with #E1856B
Text Example
Text Example
White with #E1856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1856B; }
p { color: rgb(225,133,107); }
H1.HeaderClassName
{
color: #E1856B;
}
.AnyTagClassName
{
color: #E1856B;
}
</style>
background-color css
<style>
a { background-color: #E1856B; }
a { background-color: rgb(225,133,107); }
div.DivClassName
{
background-color: #E1856B;
}
.BgClassName
{
background-color: #E1856B;
}
</style>
border-color css
<style>
span { border-color: #E1856B; }
span { border-color: rgb(225,133,107); }
td.TdClassName
{
border-color: #E1856B;
}
.TagClassName
{
border-color: #E1856B;
}
</style>