Shades of Copper #EB8C64
Tints of Copper #EB8C64
RGB
CMYK
RGB Variations
Color information
#EB8C64 (or 0xEB8C64) is known color: Copper. HEX triplet: EB, 8C and 64. RGB value is (235,140,100). Sum of RGB (Red+Green+Blue) = 235+140+100=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C64 is #14739B. Grayscale: #A4A4A4. Windows color (decimal): -1340316 or 6589675. OLE color: 6589675.
HSL color Cylindrical-coordinate representation of color #EB8C64: hue angle of 17.78º 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 #EB8C64 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 100 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.08 |
| HSL | 17.78º | 0.77% | 0.66% | - |
| HSV(B) | 17.78º | 0.57% | 0.92% | - |
| XYZ | 45.94 | 37.34 | 16.84 | - |
| YUV | 163.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 100 | 0 | 0.40 | 0.57 | 0.08 | 17.78 | 0.77 | 0.66 |
| Hex | EB | 8C | 64 | 0 | 28 | 39 | 8 | 12 | 4D | 42 |
| Octal | 353 | 214 | 144 | 0 | 50 | 71 | 10 | 22 | 115 | 102 |
| Binary | 11101011 | 10001100 | 1100100 | 0 | 101000 | 111001 | 1000 | 10010 | 1001101 | 1000010 |
Color Harmonies of #EB8C64
Complementary color
Monochromatic Colors of #EB8C64
Black with #EB8C64
Text Example
Text Example
White with #EB8C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C64; }
p { color: rgb(235,140,100); }
H1.HeaderClassName
{
color: #EB8C64;
}
.AnyTagClassName
{
color: #EB8C64;
}
</style>
background-color css
<style>
a { background-color: #EB8C64; }
a { background-color: rgb(235,140,100); }
div.DivClassName
{
background-color: #EB8C64;
}
.BgClassName
{
background-color: #EB8C64;
}
</style>
border-color css
<style>
span { border-color: #EB8C64; }
span { border-color: rgb(235,140,100); }
td.TdClassName
{
border-color: #EB8C64;
}
.TagClassName
{
border-color: #EB8C64;
}
</style>