Shades of Copper #ED8A66
Tints of Copper #ED8A66
RGB
CMYK
RGB Variations
Color information
#ED8A66 (or 0xED8A66) is known color: Copper. HEX triplet: ED, 8A and 66. RGB value is (237,138,102). Sum of RGB (Red+Green+Blue) = 237+138+102=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A66 is #127599. Grayscale: #A3A3A3. Windows color (decimal): -1209754 or 6720237. OLE color: 6720237.
HSL color Cylindrical-coordinate representation of color #ED8A66: hue angle of 16º 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 #ED8A66 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 102 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.07 |
| HSL | 16º | 0.79% | 0.66% | - |
| HSV(B) | 16º | 0.57% | 0.93% | - |
| XYZ | 46.41 | 37.14 | 17.29 | - |
| YUV | 163.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 102 | 0 | 0.42 | 0.57 | 0.07 | 16 | 0.79 | 0.66 |
| Hex | ED | 8A | 66 | 0 | 2A | 39 | 7 | 10 | 4F | 42 |
| Octal | 355 | 212 | 146 | 0 | 52 | 71 | 7 | 20 | 117 | 102 |
| Binary | 11101101 | 10001010 | 1100110 | 0 | 101010 | 111001 | 111 | 10000 | 1001111 | 1000010 |
Color Harmonies of #ED8A66
Complementary color
Monochromatic Colors of #ED8A66
Black with #ED8A66
Text Example
Text Example
White with #ED8A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A66; }
p { color: rgb(237,138,102); }
H1.HeaderClassName
{
color: #ED8A66;
}
.AnyTagClassName
{
color: #ED8A66;
}
</style>
background-color css
<style>
a { background-color: #ED8A66; }
a { background-color: rgb(237,138,102); }
div.DivClassName
{
background-color: #ED8A66;
}
.BgClassName
{
background-color: #ED8A66;
}
</style>
border-color css
<style>
span { border-color: #ED8A66; }
span { border-color: rgb(237,138,102); }
td.TdClassName
{
border-color: #ED8A66;
}
.TagClassName
{
border-color: #ED8A66;
}
</style>