Shades of Copper #EB8D63
Tints of Copper #EB8D63
RGB
CMYK
RGB Variations
Color information
#EB8D63 (or 0xEB8D63) is known color: Copper. HEX triplet: EB, 8D and 63. RGB value is (235,141,99). Sum of RGB (Red+Green+Blue) = 235+141+99=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D63 is #14729C. Grayscale: #A4A4A4. Windows color (decimal): -1340061 or 6524395. OLE color: 6524395.
HSL color Cylindrical-coordinate representation of color #EB8D63: hue angle of 18.53º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB8D63 is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 99 | - |
| CMYK | 0 | 0.4 | 0.58 | 0.08 |
| HSL | 18.53º | 0.77% | 0.65% | - |
| HSV(B) | 18.53º | 0.58% | 0.92% | - |
| XYZ | 46.04 | 37.61 | 16.64 | - |
| YUV | 164.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 99 | 0 | 0.4 | 0.58 | 0.08 | 18.53 | 0.77 | 0.65 |
| Hex | EB | 8D | 63 | 0 | 28 | 3A | 8 | 13 | 4D | 41 |
| Octal | 353 | 215 | 143 | 0 | 50 | 72 | 10 | 23 | 115 | 101 |
| Binary | 11101011 | 10001101 | 1100011 | 0 | 101000 | 111010 | 1000 | 10011 | 1001101 | 1000001 |
Color Harmonies of #EB8D63
Complementary color
Monochromatic Colors of #EB8D63
Black with #EB8D63
Text Example
Text Example
White with #EB8D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D63; }
p { color: rgb(235,141,99); }
H1.HeaderClassName
{
color: #EB8D63;
}
.AnyTagClassName
{
color: #EB8D63;
}
</style>
background-color css
<style>
a { background-color: #EB8D63; }
a { background-color: rgb(235,141,99); }
div.DivClassName
{
background-color: #EB8D63;
}
.BgClassName
{
background-color: #EB8D63;
}
</style>
border-color css
<style>
span { border-color: #EB8D63; }
span { border-color: rgb(235,141,99); }
td.TdClassName
{
border-color: #EB8D63;
}
.TagClassName
{
border-color: #EB8D63;
}
</style>