Shades of Copper #ED8865
Tints of Copper #ED8865
RGB
CMYK
RGB Variations
Color information
#ED8865 (or 0xED8865) is known color: Copper. HEX triplet: ED, 88 and 65. RGB value is (237,136,101). Sum of RGB (Red+Green+Blue) = 237+136+101=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8865 is #12779A. Grayscale: #A2A2A2. Windows color (decimal): -1210267 or 6654189. OLE color: 6654189.
HSL color Cylindrical-coordinate representation of color #ED8865: hue angle of 15.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED8865 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 101 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.07 |
| HSL | 15.44º | 0.79% | 0.66% | - |
| HSV(B) | 15.44º | 0.57% | 0.93% | - |
| XYZ | 46.08 | 36.55 | 16.94 | - |
| YUV | 162.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 101 | 0 | 0.43 | 0.57 | 0.07 | 15.44 | 0.79 | 0.66 |
| Hex | ED | 88 | 65 | 0 | 2B | 39 | 7 | F | 4F | 42 |
| Octal | 355 | 210 | 145 | 0 | 53 | 71 | 7 | 17 | 117 | 102 |
| Binary | 11101101 | 10001000 | 1100101 | 0 | 101011 | 111001 | 111 | 1111 | 1001111 | 1000010 |
Color Harmonies of #ED8865
Complementary color
Monochromatic Colors of #ED8865
Black with #ED8865
Text Example
Text Example
White with #ED8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8865; }
p { color: rgb(237,136,101); }
H1.HeaderClassName
{
color: #ED8865;
}
.AnyTagClassName
{
color: #ED8865;
}
</style>
background-color css
<style>
a { background-color: #ED8865; }
a { background-color: rgb(237,136,101); }
div.DivClassName
{
background-color: #ED8865;
}
.BgClassName
{
background-color: #ED8865;
}
</style>
border-color css
<style>
span { border-color: #ED8865; }
span { border-color: rgb(237,136,101); }
td.TdClassName
{
border-color: #ED8865;
}
.TagClassName
{
border-color: #ED8865;
}
</style>