Shades of Copper #EB8F63
Tints of Copper #EB8F63
RGB
CMYK
RGB Variations
Color information
#EB8F63 (or 0xEB8F63) is known color: Copper. HEX triplet: EB, 8F and 63. RGB value is (235,143,99). Sum of RGB (Red+Green+Blue) = 235+143+99=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F63 is #14709C. Grayscale: #A5A5A5. Windows color (decimal): -1339549 or 6524907. OLE color: 6524907.
HSL color Cylindrical-coordinate representation of color #EB8F63: hue angle of 19.41º 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 #EB8F63 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 99 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.08 |
| HSL | 19.41º | 0.77% | 0.65% | - |
| HSV(B) | 19.41º | 0.58% | 0.92% | - |
| XYZ | 46.34 | 38.21 | 16.74 | - |
| YUV | 165.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 99 | 0 | 0.39 | 0.58 | 0.08 | 19.41 | 0.77 | 0.65 |
| Hex | EB | 8F | 63 | 0 | 27 | 3A | 8 | 13 | 4D | 41 |
| Octal | 353 | 217 | 143 | 0 | 47 | 72 | 10 | 23 | 115 | 101 |
| Binary | 11101011 | 10001111 | 1100011 | 0 | 100111 | 111010 | 1000 | 10011 | 1001101 | 1000001 |
Color Harmonies of #EB8F63
Complementary color
Monochromatic Colors of #EB8F63
Black with #EB8F63
Text Example
Text Example
White with #EB8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F63; }
p { color: rgb(235,143,99); }
H1.HeaderClassName
{
color: #EB8F63;
}
.AnyTagClassName
{
color: #EB8F63;
}
</style>
background-color css
<style>
a { background-color: #EB8F63; }
a { background-color: rgb(235,143,99); }
div.DivClassName
{
background-color: #EB8F63;
}
.BgClassName
{
background-color: #EB8F63;
}
</style>
border-color css
<style>
span { border-color: #EB8F63; }
span { border-color: rgb(235,143,99); }
td.TdClassName
{
border-color: #EB8F63;
}
.TagClassName
{
border-color: #EB8F63;
}
</style>