Shades of Copper #EB8D67
Tints of Copper #EB8D67
RGB
CMYK
RGB Variations
Color information
#EB8D67 (or 0xEB8D67) is known color: Copper. HEX triplet: EB, 8D and 67. RGB value is (235,141,103). Sum of RGB (Red+Green+Blue) = 235+141+103=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D67 is #147298. Grayscale: #A5A5A5. Windows color (decimal): -1340057 or 6786539. OLE color: 6786539.
HSL color Cylindrical-coordinate representation of color #EB8D67: hue angle of 17.27º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB8D67 is Cyan = 0, Magento = 0.4, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 103 | - |
| CMYK | 0 | 0.4 | 0.56 | 0.08 |
| HSL | 17.27º | 0.77% | 0.66% | - |
| HSV(B) | 17.27º | 0.56% | 0.92% | - |
| XYZ | 46.23 | 37.69 | 17.67 | - |
| YUV | 164.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 103 | 0 | 0.4 | 0.56 | 0.08 | 17.27 | 0.77 | 0.66 |
| Hex | EB | 8D | 67 | 0 | 28 | 38 | 8 | 11 | 4D | 42 |
| Octal | 353 | 215 | 147 | 0 | 50 | 70 | 10 | 21 | 115 | 102 |
| Binary | 11101011 | 10001101 | 1100111 | 0 | 101000 | 111000 | 1000 | 10001 | 1001101 | 1000010 |
Color Harmonies of #EB8D67
Complementary color
Monochromatic Colors of #EB8D67
Black with #EB8D67
Text Example
Text Example
White with #EB8D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D67; }
p { color: rgb(235,141,103); }
H1.HeaderClassName
{
color: #EB8D67;
}
.AnyTagClassName
{
color: #EB8D67;
}
</style>
background-color css
<style>
a { background-color: #EB8D67; }
a { background-color: rgb(235,141,103); }
div.DivClassName
{
background-color: #EB8D67;
}
.BgClassName
{
background-color: #EB8D67;
}
</style>
border-color css
<style>
span { border-color: #EB8D67; }
span { border-color: rgb(235,141,103); }
td.TdClassName
{
border-color: #EB8D67;
}
.TagClassName
{
border-color: #EB8D67;
}
</style>