Shades of Dark Salmon #EF937C
Tints of Dark Salmon #EF937C
RGB
CMYK
RGB Variations
Color information
#EF937C (or 0xEF937C) is known color: Dark Salmon. HEX triplet: EF, 93 and 7C. RGB value is (239,147,124). Sum of RGB (Red+Green+Blue) = 239+147+124=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF937C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF937C is #106C83. Grayscale: #ACACAC. Windows color (decimal): -1076356 or 8164335. OLE color: 8164335.
HSL color Cylindrical-coordinate representation of color #EF937C: hue angle of 12º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF937C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 124 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.06 |
| HSL | 12º | 0.78% | 0.71% | - |
| HSV(B) | 12º | 0.48% | 0.94% | - |
| XYZ | 49.67 | 40.67 | 24.3 | - |
| YUV | 171.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 124 | 0 | 0.38 | 0.48 | 0.06 | 12 | 0.78 | 0.71 |
| Hex | EF | 93 | 7C | 0 | 26 | 30 | 6 | C | 4E | 47 |
| Octal | 357 | 223 | 174 | 0 | 46 | 60 | 6 | 14 | 116 | 107 |
| Binary | 11101111 | 10010011 | 1111100 | 0 | 100110 | 110000 | 110 | 1100 | 1001110 | 1000111 |
Color Harmonies of #EF937C
Complementary color
Monochromatic Colors of #EF937C
Black with #EF937C
Text Example
Text Example
White with #EF937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF937C; }
p { color: rgb(239,147,124); }
H1.HeaderClassName
{
color: #EF937C;
}
.AnyTagClassName
{
color: #EF937C;
}
</style>
background-color css
<style>
a { background-color: #EF937C; }
a { background-color: rgb(239,147,124); }
div.DivClassName
{
background-color: #EF937C;
}
.BgClassName
{
background-color: #EF937C;
}
</style>
border-color css
<style>
span { border-color: #EF937C; }
span { border-color: rgb(239,147,124); }
td.TdClassName
{
border-color: #EF937C;
}
.TagClassName
{
border-color: #EF937C;
}
</style>