Shades of Copper #EB8F65
Tints of Copper #EB8F65
RGB
CMYK
RGB Variations
Color information
#EB8F65 (or 0xEB8F65) is known color: Copper. HEX triplet: EB, 8F and 65. RGB value is (235,143,101). Sum of RGB (Red+Green+Blue) = 235+143+101=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F65 is #14709A. Grayscale: #A5A5A5. Windows color (decimal): -1339547 or 6655979. OLE color: 6655979.
HSL color Cylindrical-coordinate representation of color #EB8F65: hue angle of 18.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB8F65 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 101 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.08 |
| HSL | 18.81º | 0.77% | 0.66% | - |
| HSV(B) | 18.81º | 0.57% | 0.92% | - |
| XYZ | 46.43 | 38.25 | 17.25 | - |
| YUV | 165.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 101 | 0 | 0.39 | 0.57 | 0.08 | 18.81 | 0.77 | 0.66 |
| Hex | EB | 8F | 65 | 0 | 27 | 39 | 8 | 13 | 4D | 42 |
| Octal | 353 | 217 | 145 | 0 | 47 | 71 | 10 | 23 | 115 | 102 |
| Binary | 11101011 | 10001111 | 1100101 | 0 | 100111 | 111001 | 1000 | 10011 | 1001101 | 1000010 |
Color Harmonies of #EB8F65
Complementary color
Monochromatic Colors of #EB8F65
Black with #EB8F65
Text Example
Text Example
White with #EB8F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F65; }
p { color: rgb(235,143,101); }
H1.HeaderClassName
{
color: #EB8F65;
}
.AnyTagClassName
{
color: #EB8F65;
}
</style>
background-color css
<style>
a { background-color: #EB8F65; }
a { background-color: rgb(235,143,101); }
div.DivClassName
{
background-color: #EB8F65;
}
.BgClassName
{
background-color: #EB8F65;
}
</style>
border-color css
<style>
span { border-color: #EB8F65; }
span { border-color: rgb(235,143,101); }
td.TdClassName
{
border-color: #EB8F65;
}
.TagClassName
{
border-color: #EB8F65;
}
</style>