Shades of Dark Salmon #ED9779
Tints of Dark Salmon #ED9779
RGB
CMYK
RGB Variations
Color information
#ED9779 (or 0xED9779) is known color: Dark Salmon. HEX triplet: ED, 97 and 79. RGB value is (237,151,121). Sum of RGB (Red+Green+Blue) = 237+151+121=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9779 is #126886. Grayscale: #ADADAD. Windows color (decimal): -1206407 or 7968749. OLE color: 7968749.
HSL color Cylindrical-coordinate representation of color #ED9779: hue angle of 15.52º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED9779 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 151 | 121 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.07 |
| HSL | 15.52º | 0.76% | 0.7% | - |
| HSV(B) | 15.52º | 0.49% | 0.93% | - |
| XYZ | 49.44 | 41.52 | 23.5 | - |
| YUV | 173.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 151 | 121 | 0 | 0.36 | 0.49 | 0.07 | 15.52 | 0.76 | 0.7 |
| Hex | ED | 97 | 79 | 0 | 24 | 31 | 7 | 10 | 4C | 46 |
| Octal | 355 | 227 | 171 | 0 | 44 | 61 | 7 | 20 | 114 | 106 |
| Binary | 11101101 | 10010111 | 1111001 | 0 | 100100 | 110001 | 111 | 10000 | 1001100 | 1000110 |
Color Harmonies of #ED9779
Complementary color
Monochromatic Colors of #ED9779
Black with #ED9779
Text Example
Text Example
White with #ED9779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9779; }
p { color: rgb(237,151,121); }
H1.HeaderClassName
{
color: #ED9779;
}
.AnyTagClassName
{
color: #ED9779;
}
</style>
background-color css
<style>
a { background-color: #ED9779; }
a { background-color: rgb(237,151,121); }
div.DivClassName
{
background-color: #ED9779;
}
.BgClassName
{
background-color: #ED9779;
}
</style>
border-color css
<style>
span { border-color: #ED9779; }
span { border-color: rgb(237,151,121); }
td.TdClassName
{
border-color: #ED9779;
}
.TagClassName
{
border-color: #ED9779;
}
</style>