Shades of Dark Salmon #EDA07B
Tints of Dark Salmon #EDA07B
RGB
CMYK
RGB Variations
Color information
#EDA07B (or 0xEDA07B) is known color: Dark Salmon. HEX triplet: ED, A0 and 7B. RGB value is (237,160,123). Sum of RGB (Red+Green+Blue) = 237+160+123=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA07B is #125F84. Grayscale: #B3B3B3. Windows color (decimal): -1204101 or 8102125. OLE color: 8102125.
HSL color Cylindrical-coordinate representation of color #EDA07B: hue angle of 19.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDA07B is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 123 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.07 |
| HSL | 19.47º | 0.76% | 0.71% | - |
| HSV(B) | 19.47º | 0.48% | 0.93% | - |
| XYZ | 51.07 | 44.58 | 24.65 | - |
| YUV | 178.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 123 | 0 | 0.32 | 0.48 | 0.07 | 19.47 | 0.76 | 0.71 |
| Hex | ED | A0 | 7B | 0 | 20 | 30 | 7 | 13 | 4C | 47 |
| Octal | 355 | 240 | 173 | 0 | 40 | 60 | 7 | 23 | 114 | 107 |
| Binary | 11101101 | 10100000 | 1111011 | 0 | 100000 | 110000 | 111 | 10011 | 1001100 | 1000111 |
Color Harmonies of #EDA07B
Complementary color
Monochromatic Colors of #EDA07B
Black with #EDA07B
Text Example
Text Example
White with #EDA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA07B; }
p { color: rgb(237,160,123); }
H1.HeaderClassName
{
color: #EDA07B;
}
.AnyTagClassName
{
color: #EDA07B;
}
</style>
background-color css
<style>
a { background-color: #EDA07B; }
a { background-color: rgb(237,160,123); }
div.DivClassName
{
background-color: #EDA07B;
}
.BgClassName
{
background-color: #EDA07B;
}
</style>
border-color css
<style>
span { border-color: #EDA07B; }
span { border-color: rgb(237,160,123); }
td.TdClassName
{
border-color: #EDA07B;
}
.TagClassName
{
border-color: #EDA07B;
}
</style>