Shades of Copper #EB8567
Tints of Copper #EB8567
RGB
CMYK
RGB Variations
Color information
#EB8567 (or 0xEB8567) is known color: Copper. HEX triplet: EB, 85 and 67. RGB value is (235,133,103). Sum of RGB (Red+Green+Blue) = 235+133+103=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8567 is #147A98. Grayscale: #A0A0A0. Windows color (decimal): -1342105 or 6784491. OLE color: 6784491.
HSL color Cylindrical-coordinate representation of color #EB8567: hue angle of 13.64º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB8567 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 133 | 103 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.08 |
| HSL | 13.64º | 0.77% | 0.66% | - |
| HSV(B) | 13.64º | 0.56% | 0.92% | - |
| XYZ | 45.1 | 35.42 | 17.29 | - |
| YUV | 160.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 133 | 103 | 0 | 0.43 | 0.56 | 0.08 | 13.64 | 0.77 | 0.66 |
| Hex | EB | 85 | 67 | 0 | 2B | 38 | 8 | E | 4D | 42 |
| Octal | 353 | 205 | 147 | 0 | 53 | 70 | 10 | 16 | 115 | 102 |
| Binary | 11101011 | 10000101 | 1100111 | 0 | 101011 | 111000 | 1000 | 1110 | 1001101 | 1000010 |
Color Harmonies of #EB8567
Complementary color
Monochromatic Colors of #EB8567
Black with #EB8567
Text Example
Text Example
White with #EB8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8567; }
p { color: rgb(235,133,103); }
H1.HeaderClassName
{
color: #EB8567;
}
.AnyTagClassName
{
color: #EB8567;
}
</style>
background-color css
<style>
a { background-color: #EB8567; }
a { background-color: rgb(235,133,103); }
div.DivClassName
{
background-color: #EB8567;
}
.BgClassName
{
background-color: #EB8567;
}
</style>
border-color css
<style>
span { border-color: #EB8567; }
span { border-color: rgb(235,133,103); }
td.TdClassName
{
border-color: #EB8567;
}
.TagClassName
{
border-color: #EB8567;
}
</style>