Shades of Dark Salmon #ED936F
Tints of Dark Salmon #ED936F
RGB
CMYK
RGB Variations
Color information
#ED936F (or 0xED936F) is known color: Dark Salmon. HEX triplet: ED, 93 and 6F. RGB value is (237,147,111). Sum of RGB (Red+Green+Blue) = 237+147+111=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED936F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED936F is #126C90. Grayscale: #AAAAAA. Windows color (decimal): -1207441 or 7312365. OLE color: 7312365.
HSL color Cylindrical-coordinate representation of color #ED936F: hue angle of 17.14º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED936F is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 111 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.07 |
| HSL | 17.14º | 0.78% | 0.68% | - |
| HSV(B) | 17.14º | 0.53% | 0.93% | - |
| XYZ | 48.23 | 40.02 | 20.22 | - |
| YUV | 169.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 111 | 0 | 0.38 | 0.53 | 0.07 | 17.14 | 0.78 | 0.68 |
| Hex | ED | 93 | 6F | 0 | 26 | 35 | 7 | 11 | 4E | 44 |
| Octal | 355 | 223 | 157 | 0 | 46 | 65 | 7 | 21 | 116 | 104 |
| Binary | 11101101 | 10010011 | 1101111 | 0 | 100110 | 110101 | 111 | 10001 | 1001110 | 1000100 |
Color Harmonies of #ED936F
Complementary color
Monochromatic Colors of #ED936F
Black with #ED936F
Text Example
Text Example
White with #ED936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED936F; }
p { color: rgb(237,147,111); }
H1.HeaderClassName
{
color: #ED936F;
}
.AnyTagClassName
{
color: #ED936F;
}
</style>
background-color css
<style>
a { background-color: #ED936F; }
a { background-color: rgb(237,147,111); }
div.DivClassName
{
background-color: #ED936F;
}
.BgClassName
{
background-color: #ED936F;
}
</style>
border-color css
<style>
span { border-color: #ED936F; }
span { border-color: rgb(237,147,111); }
td.TdClassName
{
border-color: #ED936F;
}
.TagClassName
{
border-color: #ED936F;
}
</style>