Shades of Dark Salmon #EDA37C
Tints of Dark Salmon #EDA37C
RGB
CMYK
RGB Variations
Color information
#EDA37C (or 0xEDA37C) is known color: Dark Salmon. HEX triplet: ED, A3 and 7C. RGB value is (237,163,124). Sum of RGB (Red+Green+Blue) = 237+163+124=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA37C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA37C is #125C83. Grayscale: #B4B4B4. Windows color (decimal): -1203332 or 8168429. OLE color: 8168429.
HSL color Cylindrical-coordinate representation of color #EDA37C: hue angle of 20.71º 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 #EDA37C is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 124 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.07 |
| HSL | 20.71º | 0.76% | 0.71% | - |
| HSV(B) | 20.71º | 0.48% | 0.93% | - |
| XYZ | 51.66 | 45.65 | 25.16 | - |
| YUV | 180.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 124 | 0 | 0.31 | 0.48 | 0.07 | 20.71 | 0.76 | 0.71 |
| Hex | ED | A3 | 7C | 0 | 1F | 30 | 7 | 15 | 4C | 47 |
| Octal | 355 | 243 | 174 | 0 | 37 | 60 | 7 | 25 | 114 | 107 |
| Binary | 11101101 | 10100011 | 1111100 | 0 | 11111 | 110000 | 111 | 10101 | 1001100 | 1000111 |
Color Harmonies of #EDA37C
Complementary color
Monochromatic Colors of #EDA37C
Black with #EDA37C
Text Example
Text Example
White with #EDA37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA37C; }
p { color: rgb(237,163,124); }
H1.HeaderClassName
{
color: #EDA37C;
}
.AnyTagClassName
{
color: #EDA37C;
}
</style>
background-color css
<style>
a { background-color: #EDA37C; }
a { background-color: rgb(237,163,124); }
div.DivClassName
{
background-color: #EDA37C;
}
.BgClassName
{
background-color: #EDA37C;
}
</style>
border-color css
<style>
span { border-color: #EDA37C; }
span { border-color: rgb(237,163,124); }
td.TdClassName
{
border-color: #EDA37C;
}
.TagClassName
{
border-color: #EDA37C;
}
</style>