Shades of Copper #EB8866
Tints of Copper #EB8866
RGB
CMYK
RGB Variations
Color information
#EB8866 (or 0xEB8866) is known color: Copper. HEX triplet: EB, 88 and 66. RGB value is (235,136,102). Sum of RGB (Red+Green+Blue) = 235+136+102=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8866 is #147799. Grayscale: #A1A1A1. Windows color (decimal): -1341338 or 6719723. OLE color: 6719723.
HSL color Cylindrical-coordinate representation of color #EB8866: hue angle of 15.34º 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 #EB8866 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 102 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.08 |
| HSL | 15.34º | 0.77% | 0.66% | - |
| HSV(B) | 15.34º | 0.57% | 0.92% | - |
| XYZ | 45.46 | 36.23 | 17.17 | - |
| YUV | 161.73 | 94.3 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 102 | 0 | 0.42 | 0.57 | 0.08 | 15.34 | 0.77 | 0.66 |
| Hex | EB | 88 | 66 | 0 | 2A | 39 | 8 | F | 4D | 42 |
| Octal | 353 | 210 | 146 | 0 | 52 | 71 | 10 | 17 | 115 | 102 |
| Binary | 11101011 | 10001000 | 1100110 | 0 | 101010 | 111001 | 1000 | 1111 | 1001101 | 1000010 |
Color Harmonies of #EB8866
Complementary color
Monochromatic Colors of #EB8866
Black with #EB8866
Text Example
Text Example
White with #EB8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8866; }
p { color: rgb(235,136,102); }
H1.HeaderClassName
{
color: #EB8866;
}
.AnyTagClassName
{
color: #EB8866;
}
</style>
background-color css
<style>
a { background-color: #EB8866; }
a { background-color: rgb(235,136,102); }
div.DivClassName
{
background-color: #EB8866;
}
.BgClassName
{
background-color: #EB8866;
}
</style>
border-color css
<style>
span { border-color: #EB8866; }
span { border-color: rgb(235,136,102); }
td.TdClassName
{
border-color: #EB8866;
}
.TagClassName
{
border-color: #EB8866;
}
</style>