Shades of Copper #ED9067
Tints of Copper #ED9067
RGB
CMYK
RGB Variations
Color information
#ED9067 (or 0xED9067) is known color: Copper. HEX triplet: ED, 90 and 67. RGB value is (237,144,103). Sum of RGB (Red+Green+Blue) = 237+144+103=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9067 is #126F98. Grayscale: #A7A7A7. Windows color (decimal): -1208217 or 6787309. OLE color: 6787309.
HSL color Cylindrical-coordinate representation of color #ED9067: hue angle of 18.36º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED9067 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 103 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.07 |
| HSL | 18.36º | 0.79% | 0.67% | - |
| HSV(B) | 18.36º | 0.57% | 0.93% | - |
| XYZ | 47.35 | 38.93 | 17.85 | - |
| YUV | 167.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 103 | 0 | 0.39 | 0.57 | 0.07 | 18.36 | 0.79 | 0.67 |
| Hex | ED | 90 | 67 | 0 | 27 | 39 | 7 | 12 | 4F | 43 |
| Octal | 355 | 220 | 147 | 0 | 47 | 71 | 7 | 22 | 117 | 103 |
| Binary | 11101101 | 10010000 | 1100111 | 0 | 100111 | 111001 | 111 | 10010 | 1001111 | 1000011 |
Color Harmonies of #ED9067
Complementary color
Monochromatic Colors of #ED9067
Black with #ED9067
Text Example
Text Example
White with #ED9067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9067; }
p { color: rgb(237,144,103); }
H1.HeaderClassName
{
color: #ED9067;
}
.AnyTagClassName
{
color: #ED9067;
}
</style>
background-color css
<style>
a { background-color: #ED9067; }
a { background-color: rgb(237,144,103); }
div.DivClassName
{
background-color: #ED9067;
}
.BgClassName
{
background-color: #ED9067;
}
</style>
border-color css
<style>
span { border-color: #ED9067; }
span { border-color: rgb(237,144,103); }
td.TdClassName
{
border-color: #ED9067;
}
.TagClassName
{
border-color: #ED9067;
}
</style>