Shades of Dark Salmon #ED937F
Tints of Dark Salmon #ED937F
RGB
CMYK
RGB Variations
Color information
#ED937F (or 0xED937F) is known color: Dark Salmon. HEX triplet: ED, 93 and 7F. RGB value is (237,147,127). Sum of RGB (Red+Green+Blue) = 237+147+127=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED937F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED937F is #126C80. Grayscale: #ABABAB. Windows color (decimal): -1207425 or 8360941. OLE color: 8360941.
HSL color Cylindrical-coordinate representation of color #ED937F: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED937F is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 127 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.07 |
| HSL | 10.91º | 0.75% | 0.71% | - |
| HSV(B) | 10.91º | 0.46% | 0.93% | - |
| XYZ | 49.19 | 40.4 | 25.28 | - |
| YUV | 171.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 127 | 0 | 0.38 | 0.46 | 0.07 | 10.91 | 0.75 | 0.71 |
| Hex | ED | 93 | 7F | 0 | 26 | 2E | 7 | B | 4B | 47 |
| Octal | 355 | 223 | 177 | 0 | 46 | 56 | 7 | 13 | 113 | 107 |
| Binary | 11101101 | 10010011 | 1111111 | 0 | 100110 | 101110 | 111 | 1011 | 1001011 | 1000111 |
Color Harmonies of #ED937F
Complementary color
Monochromatic Colors of #ED937F
Black with #ED937F
Text Example
Text Example
White with #ED937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED937F; }
p { color: rgb(237,147,127); }
H1.HeaderClassName
{
color: #ED937F;
}
.AnyTagClassName
{
color: #ED937F;
}
</style>
background-color css
<style>
a { background-color: #ED937F; }
a { background-color: rgb(237,147,127); }
div.DivClassName
{
background-color: #ED937F;
}
.BgClassName
{
background-color: #ED937F;
}
</style>
border-color css
<style>
span { border-color: #ED937F; }
span { border-color: rgb(237,147,127); }
td.TdClassName
{
border-color: #ED937F;
}
.TagClassName
{
border-color: #ED937F;
}
</style>