Shades of Copper #ED8A6A
Tints of Copper #ED8A6A
RGB
CMYK
RGB Variations
Color information
#ED8A6A (or 0xED8A6A) is known color: Copper. HEX triplet: ED, 8A and 6A. RGB value is (237,138,106). Sum of RGB (Red+Green+Blue) = 237+138+106=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A6A is #127595. Grayscale: #A4A4A4. Windows color (decimal): -1209750 or 6982381. OLE color: 6982381.
HSL color Cylindrical-coordinate representation of color #ED8A6A: hue angle of 14.66º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED8A6A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 106 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.07 |
| HSL | 14.66º | 0.78% | 0.67% | - |
| HSV(B) | 14.66º | 0.55% | 0.93% | - |
| XYZ | 46.62 | 37.22 | 18.36 | - |
| YUV | 163.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 106 | 0 | 0.42 | 0.55 | 0.07 | 14.66 | 0.78 | 0.67 |
| Hex | ED | 8A | 6A | 0 | 2A | 37 | 7 | F | 4E | 43 |
| Octal | 355 | 212 | 152 | 0 | 52 | 67 | 7 | 17 | 116 | 103 |
| Binary | 11101101 | 10001010 | 1101010 | 0 | 101010 | 110111 | 111 | 1111 | 1001110 | 1000011 |
Color Harmonies of #ED8A6A
Complementary color
Monochromatic Colors of #ED8A6A
Black with #ED8A6A
Text Example
Text Example
White with #ED8A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A6A; }
p { color: rgb(237,138,106); }
H1.HeaderClassName
{
color: #ED8A6A;
}
.AnyTagClassName
{
color: #ED8A6A;
}
</style>
background-color css
<style>
a { background-color: #ED8A6A; }
a { background-color: rgb(237,138,106); }
div.DivClassName
{
background-color: #ED8A6A;
}
.BgClassName
{
background-color: #ED8A6A;
}
</style>
border-color css
<style>
span { border-color: #ED8A6A; }
span { border-color: rgb(237,138,106); }
td.TdClassName
{
border-color: #ED8A6A;
}
.TagClassName
{
border-color: #ED8A6A;
}
</style>