Shades of Dark Salmon #EDA07A
Tints of Dark Salmon #EDA07A
RGB
CMYK
RGB Variations
Color information
#EDA07A (or 0xEDA07A) is known color: Dark Salmon. HEX triplet: ED, A0 and 7A. RGB value is (237,160,122). Sum of RGB (Red+Green+Blue) = 237+160+122=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA07A is #125F85. Grayscale: #B2B2B2. Windows color (decimal): -1204102 or 8036589. OLE color: 8036589.
HSL color Cylindrical-coordinate representation of color #EDA07A: hue angle of 19.83º 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 #EDA07A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 122 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.07 |
| HSL | 19.83º | 0.76% | 0.7% | - |
| HSV(B) | 19.83º | 0.49% | 0.93% | - |
| XYZ | 51.01 | 44.55 | 24.32 | - |
| YUV | 178.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 122 | 0 | 0.32 | 0.49 | 0.07 | 19.83 | 0.76 | 0.7 |
| Hex | ED | A0 | 7A | 0 | 20 | 31 | 7 | 14 | 4C | 46 |
| Octal | 355 | 240 | 172 | 0 | 40 | 61 | 7 | 24 | 114 | 106 |
| Binary | 11101101 | 10100000 | 1111010 | 0 | 100000 | 110001 | 111 | 10100 | 1001100 | 1000110 |
Color Harmonies of #EDA07A
Complementary color
Monochromatic Colors of #EDA07A
Black with #EDA07A
Text Example
Text Example
White with #EDA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA07A; }
p { color: rgb(237,160,122); }
H1.HeaderClassName
{
color: #EDA07A;
}
.AnyTagClassName
{
color: #EDA07A;
}
</style>
background-color css
<style>
a { background-color: #EDA07A; }
a { background-color: rgb(237,160,122); }
div.DivClassName
{
background-color: #EDA07A;
}
.BgClassName
{
background-color: #EDA07A;
}
</style>
border-color css
<style>
span { border-color: #EDA07A; }
span { border-color: rgb(237,160,122); }
td.TdClassName
{
border-color: #EDA07A;
}
.TagClassName
{
border-color: #EDA07A;
}
</style>