Shades of Copper #ED9065
Tints of Copper #ED9065
RGB
CMYK
RGB Variations
Color information
#ED9065 (or 0xED9065) is known color: Copper. HEX triplet: ED, 90 and 65. RGB value is (237,144,101). Sum of RGB (Red+Green+Blue) = 237+144+101=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9065 is #126F9A. Grayscale: #A7A7A7. Windows color (decimal): -1208219 or 6656237. OLE color: 6656237.
HSL color Cylindrical-coordinate representation of color #ED9065: hue angle of 18.97º 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 #ED9065 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 101 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.07 |
| HSL | 18.97º | 0.79% | 0.66% | - |
| HSV(B) | 18.97º | 0.57% | 0.93% | - |
| XYZ | 47.25 | 38.89 | 17.33 | - |
| YUV | 166.91 | 90.81 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 101 | 0 | 0.39 | 0.57 | 0.07 | 18.97 | 0.79 | 0.66 |
| Hex | ED | 90 | 65 | 0 | 27 | 39 | 7 | 13 | 4F | 42 |
| Octal | 355 | 220 | 145 | 0 | 47 | 71 | 7 | 23 | 117 | 102 |
| Binary | 11101101 | 10010000 | 1100101 | 0 | 100111 | 111001 | 111 | 10011 | 1001111 | 1000010 |
Color Harmonies of #ED9065
Complementary color
Monochromatic Colors of #ED9065
Black with #ED9065
Text Example
Text Example
White with #ED9065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9065; }
p { color: rgb(237,144,101); }
H1.HeaderClassName
{
color: #ED9065;
}
.AnyTagClassName
{
color: #ED9065;
}
</style>
background-color css
<style>
a { background-color: #ED9065; }
a { background-color: rgb(237,144,101); }
div.DivClassName
{
background-color: #ED9065;
}
.BgClassName
{
background-color: #ED9065;
}
</style>
border-color css
<style>
span { border-color: #ED9065; }
span { border-color: rgb(237,144,101); }
td.TdClassName
{
border-color: #ED9065;
}
.TagClassName
{
border-color: #ED9065;
}
</style>