Shades of Dark Salmon #ED936C
Tints of Dark Salmon #ED936C
RGB
CMYK
RGB Variations
Color information
#ED936C (or 0xED936C) is known color: Dark Salmon. HEX triplet: ED, 93 and 6C. RGB value is (237,147,108). Sum of RGB (Red+Green+Blue) = 237+147+108=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED936C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED936C is #126C93. Grayscale: #A9A9A9. Windows color (decimal): -1207444 or 7115757. OLE color: 7115757.
HSL color Cylindrical-coordinate representation of color #ED936C: hue angle of 18.14º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED936C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 108 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.07 |
| HSL | 18.14º | 0.78% | 0.68% | - |
| HSV(B) | 18.14º | 0.54% | 0.93% | - |
| XYZ | 48.07 | 39.95 | 19.37 | - |
| YUV | 169.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 108 | 0 | 0.38 | 0.54 | 0.07 | 18.14 | 0.78 | 0.68 |
| Hex | ED | 93 | 6C | 0 | 26 | 36 | 7 | 12 | 4E | 44 |
| Octal | 355 | 223 | 154 | 0 | 46 | 66 | 7 | 22 | 116 | 104 |
| Binary | 11101101 | 10010011 | 1101100 | 0 | 100110 | 110110 | 111 | 10010 | 1001110 | 1000100 |
Color Harmonies of #ED936C
Complementary color
Monochromatic Colors of #ED936C
Black with #ED936C
Text Example
Text Example
White with #ED936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED936C; }
p { color: rgb(237,147,108); }
H1.HeaderClassName
{
color: #ED936C;
}
.AnyTagClassName
{
color: #ED936C;
}
</style>
background-color css
<style>
a { background-color: #ED936C; }
a { background-color: rgb(237,147,108); }
div.DivClassName
{
background-color: #ED936C;
}
.BgClassName
{
background-color: #ED936C;
}
</style>
border-color css
<style>
span { border-color: #ED936C; }
span { border-color: rgb(237,147,108); }
td.TdClassName
{
border-color: #ED936C;
}
.TagClassName
{
border-color: #ED936C;
}
</style>