Shades of Copper #EB8A63
Tints of Copper #EB8A63
RGB
CMYK
RGB Variations
Color information
#EB8A63 (or 0xEB8A63) is known color: Copper. HEX triplet: EB, 8A and 63. RGB value is (235,138,99). Sum of RGB (Red+Green+Blue) = 235+138+99=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A63 is #14759C. Grayscale: #A2A2A2. Windows color (decimal): -1340829 or 6523627. OLE color: 6523627.
HSL color Cylindrical-coordinate representation of color #EB8A63: hue angle of 17.21º 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 #EB8A63 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 138 | 99 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.08 |
| HSL | 17.21º | 0.77% | 0.65% | - |
| HSV(B) | 17.21º | 0.58% | 0.92% | - |
| XYZ | 45.6 | 36.74 | 16.49 | - |
| YUV | 162.56 | 92.14 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 138 | 99 | 0 | 0.41 | 0.58 | 0.08 | 17.21 | 0.77 | 0.65 |
| Hex | EB | 8A | 63 | 0 | 29 | 3A | 8 | 11 | 4D | 41 |
| Octal | 353 | 212 | 143 | 0 | 51 | 72 | 10 | 21 | 115 | 101 |
| Binary | 11101011 | 10001010 | 1100011 | 0 | 101001 | 111010 | 1000 | 10001 | 1001101 | 1000001 |
Color Harmonies of #EB8A63
Complementary color
Monochromatic Colors of #EB8A63
Black with #EB8A63
Text Example
Text Example
White with #EB8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8A63; }
p { color: rgb(235,138,99); }
H1.HeaderClassName
{
color: #EB8A63;
}
.AnyTagClassName
{
color: #EB8A63;
}
</style>
background-color css
<style>
a { background-color: #EB8A63; }
a { background-color: rgb(235,138,99); }
div.DivClassName
{
background-color: #EB8A63;
}
.BgClassName
{
background-color: #EB8A63;
}
</style>
border-color css
<style>
span { border-color: #EB8A63; }
span { border-color: rgb(235,138,99); }
td.TdClassName
{
border-color: #EB8A63;
}
.TagClassName
{
border-color: #EB8A63;
}
</style>