Shades of Copper #E1886B
Tints of Copper #E1886B
RGB
CMYK
RGB Variations
Color information
#E1886B (or 0xE1886B) is known color: Copper. HEX triplet: E1, 88 and 6B. RGB value is (225,136,107). Sum of RGB (Red+Green+Blue) = 225+136+107=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1886B is #1E7794. Grayscale: #9F9F9F. Windows color (decimal): -1996693 or 7047393. OLE color: 7047393.
HSL color Cylindrical-coordinate representation of color #E1886B: hue angle of 14.75º 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 #E1886B is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 107 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.12 |
| HSL | 14.75º | 0.66% | 0.65% | - |
| HSV(B) | 14.75º | 0.52% | 0.88% | - |
| XYZ | 42.51 | 34.68 | 18.36 | - |
| YUV | 159.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 107 | 0 | 0.40 | 0.52 | 0.12 | 14.75 | 0.66 | 0.65 |
| Hex | E1 | 88 | 6B | 0 | 28 | 34 | C | F | 42 | 41 |
| Octal | 341 | 210 | 153 | 0 | 50 | 64 | 14 | 17 | 102 | 101 |
| Binary | 11100001 | 10001000 | 1101011 | 0 | 101000 | 110100 | 1100 | 1111 | 1000010 | 1000001 |
Color Harmonies of #E1886B
Complementary color
Monochromatic Colors of #E1886B
Black with #E1886B
Text Example
Text Example
White with #E1886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1886B; }
p { color: rgb(225,136,107); }
H1.HeaderClassName
{
color: #E1886B;
}
.AnyTagClassName
{
color: #E1886B;
}
</style>
background-color css
<style>
a { background-color: #E1886B; }
a { background-color: rgb(225,136,107); }
div.DivClassName
{
background-color: #E1886B;
}
.BgClassName
{
background-color: #E1886B;
}
</style>
border-color css
<style>
span { border-color: #E1886B; }
span { border-color: rgb(225,136,107); }
td.TdClassName
{
border-color: #E1886B;
}
.TagClassName
{
border-color: #E1886B;
}
</style>