Shades of Dark Salmon #EF9F74
Tints of Dark Salmon #EF9F74
RGB
CMYK
RGB Variations
Color information
#EF9F74 (or 0xEF9F74) is known color: Dark Salmon. HEX triplet: EF, 9F and 74. RGB value is (239,159,116). Sum of RGB (Red+Green+Blue) = 239+159+116=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F74 is #10608B. Grayscale: #B2B2B2. Windows color (decimal): -1073292 or 7643119. OLE color: 7643119.
HSL color Cylindrical-coordinate representation of color #EF9F74: hue angle of 20.98º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF9F74 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 116 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.06 |
| HSL | 20.98º | 0.79% | 0.7% | - |
| HSV(B) | 20.98º | 0.51% | 0.94% | - |
| XYZ | 51.15 | 44.41 | 22.4 | - |
| YUV | 178.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 116 | 0 | 0.33 | 0.51 | 0.06 | 20.98 | 0.79 | 0.7 |
| Hex | EF | 9F | 74 | 0 | 21 | 33 | 6 | 15 | 4F | 46 |
| Octal | 357 | 237 | 164 | 0 | 41 | 63 | 6 | 25 | 117 | 106 |
| Binary | 11101111 | 10011111 | 1110100 | 0 | 100001 | 110011 | 110 | 10101 | 1001111 | 1000110 |
Color Harmonies of #EF9F74
Complementary color
Monochromatic Colors of #EF9F74
Black with #EF9F74
Text Example
Text Example
White with #EF9F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F74; }
p { color: rgb(239,159,116); }
H1.HeaderClassName
{
color: #EF9F74;
}
.AnyTagClassName
{
color: #EF9F74;
}
</style>
background-color css
<style>
a { background-color: #EF9F74; }
a { background-color: rgb(239,159,116); }
div.DivClassName
{
background-color: #EF9F74;
}
.BgClassName
{
background-color: #EF9F74;
}
</style>
border-color css
<style>
span { border-color: #EF9F74; }
span { border-color: rgb(239,159,116); }
td.TdClassName
{
border-color: #EF9F74;
}
.TagClassName
{
border-color: #EF9F74;
}
</style>