Shades of Copper #ED8867
Tints of Copper #ED8867
RGB
CMYK
RGB Variations
Color information
#ED8867 (or 0xED8867) is known color: Copper. HEX triplet: ED, 88 and 67. RGB value is (237,136,103). Sum of RGB (Red+Green+Blue) = 237+136+103=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8867 is #127798. Grayscale: #A2A2A2. Windows color (decimal): -1210265 or 6785261. OLE color: 6785261.
HSL color Cylindrical-coordinate representation of color #ED8867: hue angle of 14.78º 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 #ED8867 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 103 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.07 |
| HSL | 14.78º | 0.79% | 0.67% | - |
| HSV(B) | 14.78º | 0.57% | 0.93% | - |
| XYZ | 46.18 | 36.59 | 17.46 | - |
| YUV | 162.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 103 | 0 | 0.43 | 0.57 | 0.07 | 14.78 | 0.79 | 0.67 |
| Hex | ED | 88 | 67 | 0 | 2B | 39 | 7 | F | 4F | 43 |
| Octal | 355 | 210 | 147 | 0 | 53 | 71 | 7 | 17 | 117 | 103 |
| Binary | 11101101 | 10001000 | 1100111 | 0 | 101011 | 111001 | 111 | 1111 | 1001111 | 1000011 |
Color Harmonies of #ED8867
Complementary color
Monochromatic Colors of #ED8867
Black with #ED8867
Text Example
Text Example
White with #ED8867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8867; }
p { color: rgb(237,136,103); }
H1.HeaderClassName
{
color: #ED8867;
}
.AnyTagClassName
{
color: #ED8867;
}
</style>
background-color css
<style>
a { background-color: #ED8867; }
a { background-color: rgb(237,136,103); }
div.DivClassName
{
background-color: #ED8867;
}
.BgClassName
{
background-color: #ED8867;
}
</style>
border-color css
<style>
span { border-color: #ED8867; }
span { border-color: rgb(237,136,103); }
td.TdClassName
{
border-color: #ED8867;
}
.TagClassName
{
border-color: #ED8867;
}
</style>