Shades of Dark Salmon #EDA078
Tints of Dark Salmon #EDA078
RGB
CMYK
RGB Variations
Color information
#EDA078 (or 0xEDA078) is known color: Dark Salmon. HEX triplet: ED, A0 and 78. RGB value is (237,160,120). Sum of RGB (Red+Green+Blue) = 237+160+120=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA078 is #125F87. Grayscale: #B2B2B2. Windows color (decimal): -1204104 or 7905517. OLE color: 7905517.
HSL color Cylindrical-coordinate representation of color #EDA078: hue angle of 20.51º 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 #EDA078 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 120 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.07 |
| HSL | 20.51º | 0.76% | 0.7% | - |
| HSV(B) | 20.51º | 0.49% | 0.93% | - |
| XYZ | 50.89 | 44.5 | 23.68 | - |
| YUV | 178.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 120 | 0 | 0.32 | 0.49 | 0.07 | 20.51 | 0.76 | 0.7 |
| Hex | ED | A0 | 78 | 0 | 20 | 31 | 7 | 15 | 4C | 46 |
| Octal | 355 | 240 | 170 | 0 | 40 | 61 | 7 | 25 | 114 | 106 |
| Binary | 11101101 | 10100000 | 1111000 | 0 | 100000 | 110001 | 111 | 10101 | 1001100 | 1000110 |
Color Harmonies of #EDA078
Complementary color
Monochromatic Colors of #EDA078
Black with #EDA078
Text Example
Text Example
White with #EDA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA078; }
p { color: rgb(237,160,120); }
H1.HeaderClassName
{
color: #EDA078;
}
.AnyTagClassName
{
color: #EDA078;
}
</style>
background-color css
<style>
a { background-color: #EDA078; }
a { background-color: rgb(237,160,120); }
div.DivClassName
{
background-color: #EDA078;
}
.BgClassName
{
background-color: #EDA078;
}
</style>
border-color css
<style>
span { border-color: #EDA078; }
span { border-color: rgb(237,160,120); }
td.TdClassName
{
border-color: #EDA078;
}
.TagClassName
{
border-color: #EDA078;
}
</style>