Shades of Copper #EB8669
Tints of Copper #EB8669
RGB
CMYK
RGB Variations
Color information
#EB8669 (or 0xEB8669) is known color: Copper. HEX triplet: EB, 86 and 69. RGB value is (235,134,105). Sum of RGB (Red+Green+Blue) = 235+134+105=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8669 is #147996. Grayscale: #A1A1A1. Windows color (decimal): -1341847 or 6915819. OLE color: 6915819.
HSL color Cylindrical-coordinate representation of color #EB8669: hue angle of 13.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB8669 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 134 | 105 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.08 |
| HSL | 13.38º | 0.76% | 0.67% | - |
| HSV(B) | 13.38º | 0.55% | 0.92% | - |
| XYZ | 45.34 | 35.73 | 17.87 | - |
| YUV | 160.89 | 96.46 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 134 | 105 | 0 | 0.43 | 0.55 | 0.08 | 13.38 | 0.76 | 0.67 |
| Hex | EB | 86 | 69 | 0 | 2B | 37 | 8 | D | 4C | 43 |
| Octal | 353 | 206 | 151 | 0 | 53 | 67 | 10 | 15 | 114 | 103 |
| Binary | 11101011 | 10000110 | 1101001 | 0 | 101011 | 110111 | 1000 | 1101 | 1001100 | 1000011 |
Color Harmonies of #EB8669
Complementary color
Monochromatic Colors of #EB8669
Black with #EB8669
Text Example
Text Example
White with #EB8669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8669; }
p { color: rgb(235,134,105); }
H1.HeaderClassName
{
color: #EB8669;
}
.AnyTagClassName
{
color: #EB8669;
}
</style>
background-color css
<style>
a { background-color: #EB8669; }
a { background-color: rgb(235,134,105); }
div.DivClassName
{
background-color: #EB8669;
}
.BgClassName
{
background-color: #EB8669;
}
</style>
border-color css
<style>
span { border-color: #EB8669; }
span { border-color: rgb(235,134,105); }
td.TdClassName
{
border-color: #EB8669;
}
.TagClassName
{
border-color: #EB8669;
}
</style>