Shades of Salmon #ED8672
Tints of Salmon #ED8672
RGB
CMYK
RGB Variations
Color information
#ED8672 (or 0xED8672) is known color: Salmon. HEX triplet: ED, 86 and 72. RGB value is (237,134,114). Sum of RGB (Red+Green+Blue) = 237+134+114=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8672 is #12798D. Grayscale: #A2A2A2. Windows color (decimal): -1210766 or 7505645. OLE color: 7505645.
HSL color Cylindrical-coordinate representation of color #ED8672: hue angle of 9.76º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED8672 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 114 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.07 |
| HSL | 9.76º | 0.77% | 0.69% | - |
| HSV(B) | 9.76º | 0.52% | 0.93% | - |
| XYZ | 46.49 | 36.27 | 20.47 | - |
| YUV | 162.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 114 | 0 | 0.43 | 0.52 | 0.07 | 9.76 | 0.77 | 0.69 |
| Hex | ED | 86 | 72 | 0 | 2B | 34 | 7 | A | 4D | 45 |
| Octal | 355 | 206 | 162 | 0 | 53 | 64 | 7 | 12 | 115 | 105 |
| Binary | 11101101 | 10000110 | 1110010 | 0 | 101011 | 110100 | 111 | 1010 | 1001101 | 1000101 |
Color Harmonies of #ED8672
Complementary color
Monochromatic Colors of #ED8672
Black with #ED8672
Text Example
Text Example
White with #ED8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8672; }
p { color: rgb(237,134,114); }
H1.HeaderClassName
{
color: #ED8672;
}
.AnyTagClassName
{
color: #ED8672;
}
</style>
background-color css
<style>
a { background-color: #ED8672; }
a { background-color: rgb(237,134,114); }
div.DivClassName
{
background-color: #ED8672;
}
.BgClassName
{
background-color: #ED8672;
}
</style>
border-color css
<style>
span { border-color: #ED8672; }
span { border-color: rgb(237,134,114); }
td.TdClassName
{
border-color: #ED8672;
}
.TagClassName
{
border-color: #ED8672;
}
</style>