Shades of Dark Salmon #ED8F77
Tints of Dark Salmon #ED8F77
RGB
CMYK
RGB Variations
Color information
#ED8F77 (or 0xED8F77) is known color: Dark Salmon. HEX triplet: ED, 8F and 77. RGB value is (237,143,119). Sum of RGB (Red+Green+Blue) = 237+143+119=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F77 is #127088. Grayscale: #A8A8A8. Windows color (decimal): -1208457 or 7835629. OLE color: 7835629.
HSL color Cylindrical-coordinate representation of color #ED8F77: hue angle of 12.2º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED8F77 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 119 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.07 |
| HSL | 12.2º | 0.77% | 0.7% | - |
| HSV(B) | 12.2º | 0.5% | 0.93% | - |
| XYZ | 48.08 | 38.98 | 22.44 | - |
| YUV | 168.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 119 | 0 | 0.40 | 0.50 | 0.07 | 12.2 | 0.77 | 0.7 |
| Hex | ED | 8F | 77 | 0 | 28 | 32 | 7 | C | 4D | 46 |
| Octal | 355 | 217 | 167 | 0 | 50 | 62 | 7 | 14 | 115 | 106 |
| Binary | 11101101 | 10001111 | 1110111 | 0 | 101000 | 110010 | 111 | 1100 | 1001101 | 1000110 |
Color Harmonies of #ED8F77
Complementary color
Monochromatic Colors of #ED8F77
Black with #ED8F77
Text Example
Text Example
White with #ED8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F77; }
p { color: rgb(237,143,119); }
H1.HeaderClassName
{
color: #ED8F77;
}
.AnyTagClassName
{
color: #ED8F77;
}
</style>
background-color css
<style>
a { background-color: #ED8F77; }
a { background-color: rgb(237,143,119); }
div.DivClassName
{
background-color: #ED8F77;
}
.BgClassName
{
background-color: #ED8F77;
}
</style>
border-color css
<style>
span { border-color: #ED8F77; }
span { border-color: rgb(237,143,119); }
td.TdClassName
{
border-color: #ED8F77;
}
.TagClassName
{
border-color: #ED8F77;
}
</style>