Shades of Copper #EB8F64
Tints of Copper #EB8F64
RGB
CMYK
RGB Variations
Color information
#EB8F64 (or 0xEB8F64) is known color: Copper. HEX triplet: EB, 8F and 64. RGB value is (235,143,100). Sum of RGB (Red+Green+Blue) = 235+143+100=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F64 is #14709B. Grayscale: #A5A5A5. Windows color (decimal): -1339548 or 6590443. OLE color: 6590443.
HSL color Cylindrical-coordinate representation of color #EB8F64: hue angle of 19.11º 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 #EB8F64 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 100 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.08 |
| HSL | 19.11º | 0.77% | 0.66% | - |
| HSV(B) | 19.11º | 0.57% | 0.92% | - |
| XYZ | 46.38 | 38.23 | 16.99 | - |
| YUV | 165.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 100 | 0 | 0.39 | 0.57 | 0.08 | 19.11 | 0.77 | 0.66 |
| Hex | EB | 8F | 64 | 0 | 27 | 39 | 8 | 13 | 4D | 42 |
| Octal | 353 | 217 | 144 | 0 | 47 | 71 | 10 | 23 | 115 | 102 |
| Binary | 11101011 | 10001111 | 1100100 | 0 | 100111 | 111001 | 1000 | 10011 | 1001101 | 1000010 |
Color Harmonies of #EB8F64
Complementary color
Monochromatic Colors of #EB8F64
Black with #EB8F64
Text Example
Text Example
White with #EB8F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F64; }
p { color: rgb(235,143,100); }
H1.HeaderClassName
{
color: #EB8F64;
}
.AnyTagClassName
{
color: #EB8F64;
}
</style>
background-color css
<style>
a { background-color: #EB8F64; }
a { background-color: rgb(235,143,100); }
div.DivClassName
{
background-color: #EB8F64;
}
.BgClassName
{
background-color: #EB8F64;
}
</style>
border-color css
<style>
span { border-color: #EB8F64; }
span { border-color: rgb(235,143,100); }
td.TdClassName
{
border-color: #EB8F64;
}
.TagClassName
{
border-color: #EB8F64;
}
</style>