Shades of Dark Salmon #EDA079
Tints of Dark Salmon #EDA079
RGB
CMYK
RGB Variations
Color information
#EDA079 (or 0xEDA079) is known color: Dark Salmon. HEX triplet: ED, A0 and 79. RGB value is (237,160,121). Sum of RGB (Red+Green+Blue) = 237+160+121=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA079 is #125F86. Grayscale: #B2B2B2. Windows color (decimal): -1204103 or 7971053. OLE color: 7971053.
HSL color Cylindrical-coordinate representation of color #EDA079: hue angle of 20.17º 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 #EDA079 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 121 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.07 |
| HSL | 20.17º | 0.76% | 0.7% | - |
| HSV(B) | 20.17º | 0.49% | 0.93% | - |
| XYZ | 50.95 | 44.53 | 24 | - |
| YUV | 178.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 121 | 0 | 0.32 | 0.49 | 0.07 | 20.17 | 0.76 | 0.7 |
| Hex | ED | A0 | 79 | 0 | 20 | 31 | 7 | 14 | 4C | 46 |
| Octal | 355 | 240 | 171 | 0 | 40 | 61 | 7 | 24 | 114 | 106 |
| Binary | 11101101 | 10100000 | 1111001 | 0 | 100000 | 110001 | 111 | 10100 | 1001100 | 1000110 |
Color Harmonies of #EDA079
Complementary color
Monochromatic Colors of #EDA079
Black with #EDA079
Text Example
Text Example
White with #EDA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA079; }
p { color: rgb(237,160,121); }
H1.HeaderClassName
{
color: #EDA079;
}
.AnyTagClassName
{
color: #EDA079;
}
</style>
background-color css
<style>
a { background-color: #EDA079; }
a { background-color: rgb(237,160,121); }
div.DivClassName
{
background-color: #EDA079;
}
.BgClassName
{
background-color: #EDA079;
}
</style>
border-color css
<style>
span { border-color: #EDA079; }
span { border-color: rgb(237,160,121); }
td.TdClassName
{
border-color: #EDA079;
}
.TagClassName
{
border-color: #EDA079;
}
</style>