Shades of Copper #ED8965
Tints of Copper #ED8965
RGB
CMYK
RGB Variations
Color information
#ED8965 (or 0xED8965) is known color: Copper. HEX triplet: ED, 89 and 65. RGB value is (237,137,101). Sum of RGB (Red+Green+Blue) = 237+137+101=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8965 is #12769A. Grayscale: #A3A3A3. Windows color (decimal): -1210011 or 6654445. OLE color: 6654445.
HSL color Cylindrical-coordinate representation of color #ED8965: hue angle of 15.88º 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 #ED8965 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 101 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.07 |
| HSL | 15.88º | 0.79% | 0.66% | - |
| HSV(B) | 15.88º | 0.57% | 0.93% | - |
| XYZ | 46.22 | 36.84 | 16.99 | - |
| YUV | 162.8 | 93.13 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 101 | 0 | 0.42 | 0.57 | 0.07 | 15.88 | 0.79 | 0.66 |
| Hex | ED | 89 | 65 | 0 | 2A | 39 | 7 | 10 | 4F | 42 |
| Octal | 355 | 211 | 145 | 0 | 52 | 71 | 7 | 20 | 117 | 102 |
| Binary | 11101101 | 10001001 | 1100101 | 0 | 101010 | 111001 | 111 | 10000 | 1001111 | 1000010 |
Color Harmonies of #ED8965
Complementary color
Monochromatic Colors of #ED8965
Black with #ED8965
Text Example
Text Example
White with #ED8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8965; }
p { color: rgb(237,137,101); }
H1.HeaderClassName
{
color: #ED8965;
}
.AnyTagClassName
{
color: #ED8965;
}
</style>
background-color css
<style>
a { background-color: #ED8965; }
a { background-color: rgb(237,137,101); }
div.DivClassName
{
background-color: #ED8965;
}
.BgClassName
{
background-color: #ED8965;
}
</style>
border-color css
<style>
span { border-color: #ED8965; }
span { border-color: rgb(237,137,101); }
td.TdClassName
{
border-color: #ED8965;
}
.TagClassName
{
border-color: #ED8965;
}
</style>