Shades of Copper #EB8966
Tints of Copper #EB8966
RGB
CMYK
RGB Variations
Color information
#EB8966 (or 0xEB8966) is known color: Copper. HEX triplet: EB, 89 and 66. RGB value is (235,137,102). Sum of RGB (Red+Green+Blue) = 235+137+102=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8966 is #147699. Grayscale: #A2A2A2. Windows color (decimal): -1341082 or 6719979. OLE color: 6719979.
HSL color Cylindrical-coordinate representation of color #EB8966: hue angle of 15.79º 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 #EB8966 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 137 | 102 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.08 |
| HSL | 15.79º | 0.77% | 0.66% | - |
| HSV(B) | 15.79º | 0.57% | 0.92% | - |
| XYZ | 45.6 | 36.51 | 17.21 | - |
| YUV | 162.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 137 | 102 | 0 | 0.42 | 0.57 | 0.08 | 15.79 | 0.77 | 0.66 |
| Hex | EB | 89 | 66 | 0 | 2A | 39 | 8 | 10 | 4D | 42 |
| Octal | 353 | 211 | 146 | 0 | 52 | 71 | 10 | 20 | 115 | 102 |
| Binary | 11101011 | 10001001 | 1100110 | 0 | 101010 | 111001 | 1000 | 10000 | 1001101 | 1000010 |
Color Harmonies of #EB8966
Complementary color
Monochromatic Colors of #EB8966
Black with #EB8966
Text Example
Text Example
White with #EB8966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8966; }
p { color: rgb(235,137,102); }
H1.HeaderClassName
{
color: #EB8966;
}
.AnyTagClassName
{
color: #EB8966;
}
</style>
background-color css
<style>
a { background-color: #EB8966; }
a { background-color: rgb(235,137,102); }
div.DivClassName
{
background-color: #EB8966;
}
.BgClassName
{
background-color: #EB8966;
}
</style>
border-color css
<style>
span { border-color: #EB8966; }
span { border-color: rgb(235,137,102); }
td.TdClassName
{
border-color: #EB8966;
}
.TagClassName
{
border-color: #EB8966;
}
</style>