Shades of Copper #EB8666
Tints of Copper #EB8666
RGB
CMYK
RGB Variations
Color information
#EB8666 (or 0xEB8666) is known color: Copper. HEX triplet: EB, 86 and 66. RGB value is (235,134,102). Sum of RGB (Red+Green+Blue) = 235+134+102=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8666 is #147999. Grayscale: #A0A0A0. Windows color (decimal): -1341850 or 6719211. OLE color: 6719211.
HSL color Cylindrical-coordinate representation of color #EB8666: hue angle of 14.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB8666 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 134 | 102 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.08 |
| HSL | 14.44º | 0.77% | 0.66% | - |
| HSV(B) | 14.44º | 0.57% | 0.92% | - |
| XYZ | 45.18 | 35.67 | 17.07 | - |
| YUV | 160.55 | 94.96 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 134 | 102 | 0 | 0.43 | 0.57 | 0.08 | 14.44 | 0.77 | 0.66 |
| Hex | EB | 86 | 66 | 0 | 2B | 39 | 8 | E | 4D | 42 |
| Octal | 353 | 206 | 146 | 0 | 53 | 71 | 10 | 16 | 115 | 102 |
| Binary | 11101011 | 10000110 | 1100110 | 0 | 101011 | 111001 | 1000 | 1110 | 1001101 | 1000010 |
Color Harmonies of #EB8666
Complementary color
Monochromatic Colors of #EB8666
Black with #EB8666
Text Example
Text Example
White with #EB8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8666; }
p { color: rgb(235,134,102); }
H1.HeaderClassName
{
color: #EB8666;
}
.AnyTagClassName
{
color: #EB8666;
}
</style>
background-color css
<style>
a { background-color: #EB8666; }
a { background-color: rgb(235,134,102); }
div.DivClassName
{
background-color: #EB8666;
}
.BgClassName
{
background-color: #EB8666;
}
</style>
border-color css
<style>
span { border-color: #EB8666; }
span { border-color: rgb(235,134,102); }
td.TdClassName
{
border-color: #EB8666;
}
.TagClassName
{
border-color: #EB8666;
}
</style>